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 TypeClassDescriptionclassRefresh your access token by creating an Authorization Code Refresh request.classRequest 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 TypeClassDescriptionclassRequest an access token by creating a Client Credentials request.