Authentication Data Types
Login
The response object returned after a successful login.
| Property | Type | Description |
|---|---|---|
access_token | string | Token to be provided for requesting protected resources. Include in the Authorization: Bearer {access_token} header. |
token_type | string | Token type. Only bearer is supported at this time. |
expires_in | int | Seconds until the token expires. |
id | string | Session identifier. |
name | string | Logged-in user name. |