| Name | Description | Type | Additional information |
|---|---|---|---|
| token_type |
Bearer |
string |
None. |
| access_token |
The access token to authenticate requests |
string |
None. |
| refresh_token |
The refresh token to obtain a new access token |
string |
None. |
| expires_in |
The remaining lifetime of the access token in seconds |
decimal number |
None. |
| login_result_type |
the result of the login operation, indicating if login was successful or a reason why it was not |
LoginResultType |
None. |