...
Code Block | ||||
---|---|---|---|---|
| ||||
<spotify.getAccessTokenFromRefreshToken> <clientId>f043fec58a584539ba94c0c588136712</clientId> <clientSecret>b421eecdfe184be29b1d297505befcac</clientSecret> <grantType>refresh_token</grantType> <refreshToken>AQCQPj6__vnciBWMpS1lJ_V_oefCZUy2V7z_Ha7WBoZZTKRsVPgDTtecOMN5rxXs9mvtencluvX3m_RNCsTqTTJtwZCmcrte_1Ar_SzXDug-AtdbSiZXMObPa8Kw0-8tE8c</refreshToken> </spotify.getAccessTokenFromRefreshToken> |
Properties
clientId
: IValue of the API Key given when you registered your application with Spotify API.clientSecret
: Client secret of Spotify API.grantType
: Token grant type. Value must be set to authorization_code.refreshToken
: Refresh token to get access token.
...