Uses of Interface
de.sonallux.spotify.api.authorization.ApiAuthorizationProvider
-
-
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api
Methods in de.sonallux.spotify.api with parameters of type ApiAuthorizationProvider Modifier and Type Method Description SpotifyWebApiBuilderSpotifyWebApiBuilder. authorization(ApiAuthorizationProvider authorizationProvider) -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization
Classes in de.sonallux.spotify.api.authorization that implement ApiAuthorizationProvider Modifier and Type Class Description classSimpleApiAuthorizationProviderA simpleApiAuthorizationProviderthat can only hold an access token.classTokenStoreApiAuthorizationProviderAnApiAuthorizationProviderthat uses a providedTokenStoreto provide authorization -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization.authorization_code
Classes in de.sonallux.spotify.api.authorization.authorization_code that implement ApiAuthorizationProvider Modifier and Type Class Description classAuthorizationCodeFlowImplements the Authorization Code FlowclassAuthorizationCodePKCEFlow -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization.client_credentials
Classes in de.sonallux.spotify.api.authorization.client_credentials that implement ApiAuthorizationProvider Modifier and Type Class Description classClientCredentialsFlowImplements the Client Credentials Flow -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization.implicit_grant
Classes in de.sonallux.spotify.api.authorization.implicit_grant that implement ApiAuthorizationProvider Modifier and Type Class Description classImplicitGrantFlowImplements the Implicit Grant Flow -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.http
Constructors in de.sonallux.spotify.api.http with parameters of type ApiAuthorizationProvider Constructor Description AuthorizedApiCall(ApiAuthorizationProvider authProvider, ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)
-