public class TokenUtils extends Object
| Constructor and Description |
|---|
TokenUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getJtiOfJwtToken(String jwtToken)
Parse a given JWT token and return 'jti' of the token.
|
public static String getJtiOfJwtToken(String jwtToken) throws ParseException
jwtToken - JWT tokenParseException - if an error occurred when parsing the tokenCopyright © 2020 WSO2 Inc. All rights reserved.