verifyNotBeforeClaim

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

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

2020.0.01 and higher