Show / Hide Table of Contents

Class ApiTokenBase

Inheritance
object
ApiTokenBase
ApiToken
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 ApiTokenBase

Constructors

ApiTokenBase()

Declaration
public ApiTokenBase()

Properties

ApiTokenId

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

CreatedByUserId

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

CreatedOnDate

Declaration
public DateTime CreatedOnDate { get; set; }
Property Value
Type Description
DateTime

ExpiresOn

Declaration
public DateTime ExpiresOn { get; set; }
Property Value
Type Description
DateTime

IsDeleted

Declaration
public bool IsDeleted { get; set; }
Property Value
Type Description
bool

IsRevoked

Declaration
public bool IsRevoked { get; set; }
Property Value
Type Description
bool

LastUsedOnDate

Declaration
public DateTime? LastUsedOnDate { get; set; }
Property Value
Type Description
DateTime?

PortalId

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

RevokedByUserId

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

RevokedOnDate

Declaration
public DateTime? RevokedOnDate { get; set; }
Property Value
Type Description
DateTime?

Scope

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

TokenHash

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

TokenKeys

Declaration
public List<string> TokenKeys { get; set; }
Property Value
Type Description
List<string>

TokenName

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

Extension Methods

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