TokenVM
The token returned from a valid authentication request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
A JWT token string. |
string |
None. |
| IssuedAt |
The UTC time when the token was created in 'yyyy-MM-dd HH:mm:ss.fff' format. |
string |
None. |
| Expires |
The UTC time when the token expires in 'yyyy-MM-dd HH:mm:ss.fff' format. |
string |
None. |