Show / Hide Table of Contents

Class ApiTokenKey

Inheritance
object
ApiTokenKey
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 ApiTokenKey

Constructors

ApiTokenKey()

Declaration
public ApiTokenKey()

Properties

ApiTokenId

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

TokenKey

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

Extension Methods

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