Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.06 KB

File metadata and controls

17 lines (13 loc) · 1.06 KB

Org.OpenAPITools.Model.AuthenticateResponse

Properties

Name Type Description Notes
UserId Guid The user identifier [optional]
Email 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=&quot;#operations-Users-post_api_Users_refresh_token&quot;>/api/Users/refresh-token</a>.) [optional]

[Back to Model list] [Back to API list] [Back to README]