Class ApiTokenAuthorizeAttribute
Inheritance
ApiTokenAuthorizeAttribute
Assembly: DotNetNuke.Web.dll
Syntax
public class ApiTokenAuthorizeAttribute : AuthorizeAttributeBase, IOverrideDefaultAuthLevel
Constructors
ApiTokenAuthorizeAttribute(string, string, ApiTokenScope)
Declaration
public ApiTokenAuthorizeAttribute(string key, string resourceFile, ApiTokenScope scope)
Parameters
Properties
Key
Declaration
public string Key { get; set; }
Property Value
ResourceFile
Declaration
public string ResourceFile { get; set; }
Property Value
Scope
Declaration
public ApiTokenScope Scope { get; set; }
Property Value
Methods
IsAuthorized(AuthFilterContext)
Declaration
public override bool IsAuthorized(AuthFilterContext context)
Parameters
Returns
Overrides
Implements
Extension Methods