verifyIssuerClaim

verifyIssuerClaim(token: String;
                  iss:   String): Boolean typeMethod;

The verifyIssuerClaim method of the JadeJWTValidator class parses the specified JSON Web Token for the issuer (iss) claim and returns true if the claim is present and contains the value specified in the iss parameter; otherwise it returns false.

2020.0.01 and higher