SpotifyTokenResponse

JSON schema for the Spotify token response.

Members

Variables

access_token
string access_token;
expires_in
uint expires_in;
refresh_token
string refresh_token;
scope_
string scope_;
token_type
string token_type;