| Name | Type | Description | Notes |
|---|---|---|---|
| accessToken | String | Auth token, must be included on every API request | [optional] |
| tokenType | TokenTypeEnum | Token type | [optional] |
| refreshToken | String | Allows to issue new access tokens without resending client credentials | [optional] |
| expiresIn | Integer | Expiration time (in seconds). | [optional] |
| scope | ScopeEnum | Granted auth scope | [optional] |
| Name | Value |
|---|---|
| BEARER | "bearer" |
| Name | Value |
|---|---|
| DEVICE | "device" |