TokenWithRefreshOptions src/Interface.ts#L100
extends ClientRefreshMeta
Option structure to supply the access token with the refresh options.
Properties:
Name | Type | Description |
---|---|---|
clientID | string | The spotify application client id. |
clientSecret | string | The spotify application client secret. |
redirectURL | string | The redirect url provided for authenication if available. OPTIONAL |
refreshToken | string | The refresh token if available. OPTIONAL |
token | string | The access token which has already been obtained from the api. |