BuildToken interface
Build Auth Token.
Properties
| expires | Token expiration date. NOTE: This property will not be serialized. It can only be populated by the server. |
| token | Authentication token. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
expires
Token expiration date. NOTE: This property will not be serialized. It can only be populated by the server.
expires?: Date
Property Value
Date
token
Authentication token. NOTE: This property will not be serialized. It can only be populated by the server.
token?: string
Property Value
string