Uses of Class
se.michaelthelin.spotify.requests.authorization.AbstractAuthorizationRequest
Packages that use AbstractAuthorizationRequest
Package
Description
-
Uses of AbstractAuthorizationRequest in se.michaelthelin.spotify.requests.authorization.authorization_code
Subclasses of AbstractAuthorizationRequest in se.michaelthelin.spotify.requests.authorization.authorization_codeModifier and TypeClassDescriptionclass
Refresh your access token by creating an Authorization Code Refresh request.class
Request an access token and refresh token by creating an Authorization Code request. -
Uses of AbstractAuthorizationRequest in se.michaelthelin.spotify.requests.authorization.client_credentials
Subclasses of AbstractAuthorizationRequest in se.michaelthelin.spotify.requests.authorization.client_credentialsModifier and TypeClassDescriptionclass
Request an access token by creating a Client Credentials request.