| Name | Type | Description | Notes |
|---|---|---|---|
| UserId | Guid | The user identifier | [optional] |
| string | The user email address | [optional] | |
| Roles | List<string> | The user roles | [optional] |
| Token | string | The access token to be used when calling APIs | |
| TokenType | string | The access token type | [optional] |
| Expires | int | [optional] | |
| ValidUntil | DateTime | The expiry date-time in notation as defined by RFC 3339, section 5.6, for example, <em>2017-07-21T17:32:28Z</em> | [optional] |
| RefreshToken | string | The refresh token (It is used to retrieve new access token via <a href="#operations-Users-post_api_Users_refresh_token">/api/Users/refresh-token</a>.) | [optional] |