Class Token
- Namespace
- Dynamicweb.Security.Tokens
- Assembly
- Dynamicweb.Core.dll
Class representing a token.
- Inheritance
-
Token
- Inherited Members
Properties
CreatedDate
The time when the token was created.
Property Value
Description
The description of the token. Made by the user.
Property Value
DeviceId
The id of the device that the token was requested from.
Property Value
ExpiryDate
The time when the token will expire.
Property Value
Id
The id of the token. This is the autogenerated identity of the underlying data store.
Property Value
Name
The name of the token
Property Value
TokenHash
The hashed token value.
Property Value
UserId
The id of the User that the token belongs to.