Package-level declarations
Types
AuthorizationClient provides helper methods to initialize and manage the Spotify authorization flow.
An object that helps construct the request that is sent to Spotify authorization service. To create one use AuthorizationRequest.Builder
An object that contains the parsed response from the Spotify authorization service. To create one use AuthorizationResponse.Builder or parse from android.net.Uri with fromUri
Provides an AuthorizationHandler that opens a browser when the Spotify application is not installed
Provides an AuthorizationHandler that opens the play store when the Spotify application is not installed
The activity that manages the login flow. It should not be started directly. Instead use AuthorizationClient.openLoginActivity
A utility class for exchanging an authorization code for an access token using PKCE verifier. This implements the OAuth 2.0 Authorization Code Grant with PKCE as specified in RFC 7636.
Response from a token exchange request. Contains either the access token information or error details.