C# 클래스 com.microsoft.dx.officewopi.Security.WopiTokenValidationFilter

상속: System.Web.Http.AuthorizeAttribute
파일 보기 프로젝트 열기: OfficeDev/PnP-WOPI

보호된 메소드들

메소드 설명
IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Determines if the user is authorized to access the WebAPI endpoint based on the bearer token

비공개 메소드들

메소드 설명
parseRequestParams ( string query ) : string>.Dictionary

Simple method to parse a URL query string into a dictionary of parameters

메소드 상세

IsAuthorized() 보호된 메소드

Determines if the user is authorized to access the WebAPI endpoint based on the bearer token
protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
리턴 bool