verifyExpiryClaim

verifyExpiryClaim(allowMissing: Boolean;
                  token:        String): Boolean typeMethod;

The verifyExpiryClaim method of the JadeJWTValidator class parses the specified JSON Web Token for the expiry (exp) claim and returns true if the claim is present and the current time is before the time specified in the expiry claim or if the expiry claim is not present and the value of the allowMissing parameter is true; otherwise it returns false.

2020.0.01 and higher