Package org.iplass.mtp.auth.login
Interface TokenCredential
- All Superinterfaces:
Credential
- All Known Implementing Classes:
SimpleAuthTokenCredential
Token-based authentication interface
-
Field Summary
Fields inherited from interface org.iplass.mtp.auth.login.Credential
FACTOR_AUTHENTICATION_PROCESS_TYPE -
Method Summary
Methods inherited from interface org.iplass.mtp.auth.login.Credential
getAuthenticationFactor, getId, setAuthenticationFactor
-
Method Details
-
getToken
String getToken()Gets the token.- Returns:
- the token
-