Class ApiTokenRequestModel
- Namespace
- Dynamicweb.Security.Tokens
- Assembly
- Dynamicweb.Core.dll
Class that represents a token request, providing the relevant information needed to issue a token if valid.
- Inheritance
-
Api
Token Request Model
- Inherited Members
Properties
Description
The description of the token.
Property Value
ExpiryDate
The expiration date of the token when it will not be valid any longer.
Property Value
Name
The name of the token.
Property Value
Prefix
A prefix to the generated token, it is stored together with the hash as a prefix to the hash.