Uses of Interface
de.sonallux.spotify.api.authorization.TokenStore
Packages that use TokenStore
Package
Description
-
Uses of TokenStore in de.sonallux.spotify.api.authorization
Classes in de.sonallux.spotify.api.authorization that implement TokenStoreFields in de.sonallux.spotify.api.authorization declared as TokenStoreModifier and TypeFieldDescriptionprotected final TokenStoreTokenStoreApiAuthorizationProvider.tokenStore -
Uses of TokenStore in de.sonallux.spotify.api.authorization.authorization_code
Constructors in de.sonallux.spotify.api.authorization.authorization_code with parameters of type TokenStoreModifierConstructorDescriptionAuthorizationCodeFlow(String clientId, String clientSecret, String redirectUri, TokenStore tokenStore) AuthorizationCodePKCEFlow(String clientId, String redirectUri, TokenStore tokenStore)