getClaimValue

getClaimValue(token: String;
              key:   String): String typeMethod;

The getClaimValue method of the JadeJWTParser class parses the JSON Web Token specified in the token parameter for the claim specified in the key parameter specified claim and returns the value of that claim.

2020.0.01 and higher