public interface IJWTAuth
| Modifier and Type | Method and Description |
|---|---|
IUser |
validateToken(String jwtString)
Check the given JWT and parse it into a user object
|
IUser validateToken(String jwtString) throws ParseException
jwtString - the JSON Web TokenParseException - if the token cannot be parsedCopyright © 2016–2023 Taimos GmbH. All rights reserved.