AuthorizationClient |
AuthorizationClient provides helper methods to initialize an manage the Spotify authorization flow.
|
AuthorizationRequest |
An object that helps construct the request that is sent to Spotify authorization service.
|
AuthorizationRequest.Builder |
|
AuthorizationResponse |
An object that contains the parsed response from the Spotify authorization service.
|
AuthorizationResponse.Builder |
|
BuildConfig |
|
FallbackHandlerProvider |
Provides an AuthorizationHandler that opens a browser when the Spotify application is not installed
|
LoginActivity |
The activity that manages the login flow.
|
PKCEInformation |
|
PKCEInformationFactory |
|
TokenExchangeRequest |
A utility class for exchanging an authorization code for an access token using PKCE verifier.
|
TokenExchangeRequest.Builder |
Builder class for creating TokenExchangeRequest instances.
|
TokenExchangeResponse |
Response from a token exchange request.
|