Show / Hide Table of Contents

Class ApiTokenAttribute

Inheritance
object
ApiTokenAttribute
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Api.Auth.ApiTokens.Models
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
Type Name Description
int scope
string key
string name
string description

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Key

Declaration
public string Key { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Scope

Declaration
public int Scope { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS