Token
@Serializable
Represents a Spotify Token, retrieved through instantiating a SpotifyApi
Parameters
access Token
An access token that can be provided in subsequent calls, for example to Spotify Web API services.
token Type
How the access token may be used: always Bearer”.
expires In
The time period (in seconds) for which the access token is valid.
refresh Token
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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of scopes granted access for this accessToken. An empty list means that the token can only be used to access public information.