Uses of Class
com.wrapper.spotify.requests.authorization.AbstractAthorizationRequest
-
Packages that use AbstractAthorizationRequest Package Description com.wrapper.spotify.requests.authorization.authorization_code com.wrapper.spotify.requests.authorization.client_credentials -
-
Uses of AbstractAthorizationRequest in com.wrapper.spotify.requests.authorization.authorization_code
Subclasses of AbstractAthorizationRequest in com.wrapper.spotify.requests.authorization.authorization_code Modifier and Type Class Description classAuthorizationCodeRefreshRequestRefresh your access token by creating an Authorization Code Refresh request.classAuthorizationCodeRequestRequest an access token and refresh token by creating an Authorization Code request. -
Uses of AbstractAthorizationRequest in com.wrapper.spotify.requests.authorization.client_credentials
Subclasses of AbstractAthorizationRequest in com.wrapper.spotify.requests.authorization.client_credentials Modifier and Type Class Description classClientCredentialsRequestRequest an access token by creating a Client Credentials request.
-