AccessToken user.d.ts#L86
The spotify api object containing the user's access token.
Properties:
| Name | Type | Description |
|---|---|---|
| access_token | string | The token used to access the Spotify Web API |
| expires_in | number | The time after which the access token expires |
| token_type | "bearer" | The type of token which is of type bearer |