Spotify Client Api Builder
SpotifyClientApi builder for api creation using client authorization
Parameters
Set this if PKCE authorization is used to build this API. Note: this is not required to be true if SpotifyUserAuthorization.pkceCodeVerifier (options.pkceCodeVerifier
) is set. If options.pkceCodeVerifier
, this builder will always build a Spotify client api with PKCE auth.
Constructors
Properties
Allows you to authenticate a SpotifyClientApi with an authorization code or build SpotifyApi using a refresh token
A block in which Spotify application credentials (accessible via the Spotify dashboard) should be put
Allows you to override default values for caching, token refresh, and logging
Functions
Allows you to authenticate a SpotifyClientApi with an authorization code or build SpotifyApi using a refresh token
Allows you to authenticate a SpotifyClientApi with an authorization code or build SpotifyApi using a refresh token
Build the T by provided information
Build the T by provided information
A block in which Spotify application credentials (accessible via the Spotify dashboard) should be put
Create a Spotify authorization URL from which API access can be obtained
Allows you to override default values for caching, token refresh, and logging