Class InMemoryTokenStore
- java.lang.Object
-
- de.sonallux.spotify.api.authorization.InMemoryTokenStore
-
- All Implemented Interfaces:
TokenStore
public class InMemoryTokenStore extends Object implements TokenStore
A simpleTokenStorethat stores the auth tokens in memory
-
-
Constructor Summary
Constructors Constructor Description InMemoryTokenStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthTokensloadTokens()voidstoreTokens(AuthTokens authTokens)
-
-
-
Method Detail
-
storeTokens
public void storeTokens(AuthTokens authTokens)
- Specified by:
storeTokensin interfaceTokenStore
-
loadTokens
public AuthTokens loadTokens()
- Specified by:
loadTokensin interfaceTokenStore
-
-