Token
Parameters
accessToken
An access token that can be provided in subsequent calls, for example to Spotify Web API services.
tokenType
How the access token may be used: always Bearer”.
expiresIn
The time period (in seconds) for which the access token is valid.
refreshToken
A token that can be sent to the Spotify Accounts service in place of an authorization code, null if the token was created using a method that does not support token refresh
Constructors
Types
Functions
shouldRefresh
Link copied to clipboard
Properties
accessToken
Link copied to clipboard
refreshToken
Link copied to clipboard
scopes
Link copied to clipboard
A list of scopes granted access for this accessToken.
Sources
common source
Link copied to clipboard