GetUserTokenOptions src/Interface.ts#L84
Option structure required to get user token.
Properties:
Name | Type | Description |
---|---|---|
clientID | string | The spotify application client id. |
clientSecret | string | The spotify application client secret. |
code | string | The code query acquired from the authorization if available. OPTIONAL |
redirectURL | string | The redirect url provided for the authenication. |
refreshToken | string | The refresh token if available. OPTIONAL |