addId

addId(id: String) updating;

The addId method of the JadeJsonWebToken class adds a JSON Web Token Identifier (jti) claim to the JSON Web Token.

The JSON Web Token Identifier claim specified in the id parameter provides a unique identifier for the JWT and can be used to prevent the JWT from being replayed.

2020.0.01 and higher