UserTokenContext src/Interface.ts#L108
The context containing the details of the spotify user token.
Properties:
| Name | Type | Description |
|---|---|---|
| accessToken | string | The actual access token. |
| expiresIn | number | The duration in seconds in which the token will expire. |
| refreshToken | string | The refresh token to get a new one after the actual one expired. |
| scope | string | The scopes to get the token. |
| tokenType | string | Token type. Probably 'Bearer'. |