SpotifyApiSpotify LogoJS

GetUserTokenOptions src/Interface.ts#L84

Option structure required to get user token.


Properties:

NameTypeDescription
clientIDstringThe spotify application client id.
clientSecretstringThe spotify application client secret.
codestringThe code query acquired from the authorization if available.
OPTIONAL
redirectURLstringThe redirect url provided for the authenication.
refreshTokenstringThe refresh token if available.
OPTIONAL