verifySubjectClaim

verifySubjectClaim(token: String; 
                   sub:   String): Boolean typeMethod;

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

2020.0.01 and higher