SpotifyApiSpotify LogoJS

TokenWithRefreshOptions src/Interface.ts#L100

extends ClientRefreshMeta

Option structure to supply the access token with the refresh options.


Properties:

NameTypeDescription
clientIDstringThe spotify application client id.
clientSecretstringThe spotify application client secret.
redirectURLstringThe redirect url provided for authenication if available.
OPTIONAL
refreshTokenstringThe refresh token if available.
OPTIONAL
tokenstringThe access token which has already been obtained from the api.