C# Класс com.microsoft.dx.officewopi.Security.WopiTokenValidationFilter

Наследование: System.Web.Http.AuthorizeAttribute
Показать файл Открыть проект

Защищенные методы

Метод Описание
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