Package com.ocient.auth
Interface Token
- All Known Implementing Classes:
OktaAuthenticators.OktaNativeSSOToken,OpenIDAuthenticators.AuthorizationCodeBundle,OpenIDAuthenticators.AuthorizationDeviceCodeBundle,OpenIDAuthenticators.OAuthToken
public interface Token
-
Method Summary
-
Method Details
-
getTokenHint
String getTokenHint()- Returns:
- the token hint to forward to the database
-
getToken
- Returns:
- the token payload
- Throws:
AuthException- if the token cannot be returned
-