verifyJwtIdClaim

verifyJwtIdClaim(token: String;
                 jti:   String): Boolean typeMethod;

The verifyJwtIdClaim method of the JadeJWTValidator class parses the specified JSON Web Token for the identifier claim and returns true if the claim is present and contains the value specified in the jti parameter; otherwise it returns false.

2020.0.01 and higher