| Name | Type | Description | Notes |
|---|---|---|---|
| access_token | string | Access token to use in OAuth authenticated API call | [optional] |
| error | string | [optional] | |
| error_description | string | [optional] | |
| error_uri | string | [optional] | |
| expires_in | string | The number of seconds since issuance when the access token will expire and need to be refreshed using the refresh token | [optional] |
| refresh_token | string | The refresh token that should be used to fetch a new access token when the expiration occurs | [optional] |
| scope | string | The scope of permissions associated with teh access token | [optional] |
| token_type | string | Type of token | [optional] |