addExpiry

addExpiry(expiry: TimeStamp) updating;

The addExpiry method of the JadeJsonWebToken class adds an expiry (exp) claim to the JSON Web Token.

The expiry claim specified in the expiry parameter identifies the expiration time on or after which the JWT must not be accepted for processing.

2020.0.01 and higher