addNotBefore

addNotBefore(nbf: TimeStamp) updating;

The addNotBefore method of the JadeJsonWebToken class adds a not before (nbf) claim to the JSON Web Token. The not before claim specified in the nbf parameter identifies the time before which the JWT must not be accepted for processing.

2020.0.01 and higher