addIssuer

addIssuer(issuer: String) updating;

The addIssuer method of the JadeJsonWebToken class adds an issuer (iss) claim to the JSON Web Token. The issuer claim specified in the issuer parameter identifies the principal that issued the JWT.

2020.0.01 and higher