Token
{
  "access_token": "string",
  "expires_in": "integer",
  "token_type": "string",
  "refresh_token": "string",
  "client_id": "string",
  "scope": "string"
}
Properties
| Name | Type | Description | 
|---|---|---|
| access_token | string | The access token | 
| expires_in | integer | Expires in minutes | 
| token_type | string | Token type | 
| refresh_token | string | The refresh token | 
| client_id | string | The identifier of the client | 
| scope | string | Scope of the token |