Interface ITokenAuthentication
- All Superinterfaces:
IAuthentication
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetToken
(IAuthenticationRequest request) Get the token (if any exist) from the requestMethods inherited from interface com.persequor.extension.authentication.IAuthentication
authenticate, configureIntoSpace, configureUserMenu, getUsers, signOut
-
Field Details
-
AUTH_TOKEN_HEADER
- See Also:
-
BEARER_TOKEN_AUTHORIZATION
- See Also:
-
-
Method Details
-
getToken
Get the token (if any exist) from the request- Parameters:
request
- the HTTP request- Returns:
- the token
-