verifyAudienceClaim

verifyAudienceClaim(token: String;
                    aud:   String): Boolean typeMethod;

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

2020.0.01 and higher