| Constructor and Description |
|---|
CognitoJWTAuth() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
CognitoUser |
validateToken(String jwtString)
Check the given JWT and parse it into a user object
|
@PostConstruct public void init()
public CognitoUser 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.