| Constructor and Description |
|---|
Auth0JWTAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
Map<String,Object> |
retrieveUserProfile(Auth0User user) |
Auth0User |
validateToken(String jwtString)
Check the given JWT and parse it into a user object
|
@PostConstruct public void init()
public Auth0User validateToken(String jwtString) throws ParseException
IJWTAuthvalidateToken in interface IJWTAuthjwtString - the JSON Web TokenParseException - if the token cannot be parsedCopyright © 2016–2023 Taimos GmbH. All rights reserved.