SpotifyApiSpotify LogoJS

UserTokenContext src/Interface.ts#L108

The context containing the details of the spotify user token.


Properties:

NameTypeDescription
accessTokenstringThe actual access token.
expiresInnumberThe duration in seconds in which the token will expire.
refreshTokenstringThe refresh token to get a new one after the actual one expired.
scopestringThe scopes to get the token.
tokenTypestringToken type. Probably 'Bearer'.