Class ApiTokenAttribute
Inheritance
ApiTokenAttribute
Assembly: DotNetNuke.Web.dll
Syntax
public class ApiTokenAttribute
Constructors
ApiTokenAttribute(int, string, string, string)
Declaration
public ApiTokenAttribute(int scope, string key, string name, string description)
Parameters
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Scope
Declaration
public int Scope { get; set; }
Property Value
Extension Methods