Package app.sdkgen.client
Interface TokenStoreInterface
-
- All Known Implementing Classes:
FileTokenStore,MemoryTokenStore
public interface TokenStoreInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessTokenget()voidpersist(AccessToken token)voidremove()
-
-
-
Method Detail
-
get
AccessToken get()
-
persist
void persist(AccessToken token) throws TokenPersistException
- Throws:
TokenPersistException
-
remove
void remove()
-
-