TokenInformation interface
The token information details.
Properties
expiry |
Expiry time of token. |
securityPIN | Security PIN |
token | Token value. |
Property Details
expiryTimeInUtcTicks
Expiry time of token.
expiryTimeInUtcTicks?: number
Property Value
number
securityPIN
Security PIN
securityPIN?: string
Property Value
string
token
Token value.
token?: string
Property Value
string