Uses of Interface
de.sonallux.spotify.api.authorization.ApiAuthorizationProvider
Packages that use ApiAuthorizationProvider
Package
Description
-
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api
Methods in de.sonallux.spotify.api with parameters of type ApiAuthorizationProviderModifier and TypeMethodDescriptionSpotifyWebApiBuilder.authorization(ApiAuthorizationProvider authorizationProvider) -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization
Classes in de.sonallux.spotify.api.authorization that implement ApiAuthorizationProviderModifier and TypeClassDescriptionclassA simpleApiAuthorizationProviderthat can only hold an access token.classAnApiAuthorizationProviderthat 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 -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization.client_credentials
Classes in de.sonallux.spotify.api.authorization.client_credentials that implement ApiAuthorizationProvider -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.authorization.implicit_grant
Classes in de.sonallux.spotify.api.authorization.implicit_grant that implement ApiAuthorizationProvider -
Uses of ApiAuthorizationProvider in de.sonallux.spotify.api.http
Constructors in de.sonallux.spotify.api.http with parameters of type ApiAuthorizationProviderModifierConstructorDescriptionAuthorizedApiCall(ApiAuthorizationProvider authProvider, ApiClient apiClient, Request request, com.fasterxml.jackson.core.type.TypeReference<T> responseType)