Uses of Interface
de.sonallux.spotify.api.authorization.TokenStore
-
Packages that use TokenStore Package Description de.sonallux.spotify.api.authorization de.sonallux.spotify.api.authorization.authorization_code -
-
Uses of TokenStore in de.sonallux.spotify.api.authorization
Classes in de.sonallux.spotify.api.authorization that implement TokenStore Modifier and Type Class Description classInMemoryTokenStoreA simpleTokenStorethat stores the auth tokens in memoryFields in de.sonallux.spotify.api.authorization declared as TokenStore Modifier and Type Field Description protected 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 TokenStore Constructor Description AuthorizationCodeFlow(String clientId, String clientSecret, String redirectUri, TokenStore tokenStore)AuthorizationCodePKCEFlow(String clientId, String redirectUri, TokenStore tokenStore)
-