Interface TokenStore
- All Known Implementing Classes:
DefaultTokenStore
public interface TokenStore
Interface that all cognito token stores must implement.
-
Method Summary
-
Method Details
-
getToken
String getToken()Get the auth token.- Returns:
- auth token
-
setToken
Set the auth token.- Parameters:
token- auth token
-