overrideIssuedAt

overrideIssuedAt(iat: TimeStamp) updating;

The overrideIssuedAt method of the JadeJsonWebToken class sets the issued at (iat) claim to the TimeStamp specified in the iat parameter. The issued at claim identifies the time at which the JSON Web Token was issued. You can use this claim to determine the age of the JWT.

Use this method only if you need to override the issued at default value, which is set to the TimeStamp at which the token is created.

2020.0.01 and higher