validateToken

validateToken(token: String): Boolean;

The validateToken method of the JadeRequiredDelegateClaimAnnotation class calls the delegate method set in the delegateMethod property if the signature of that method matches the signature of the exampleDelegateMethod method, passing the token parameter to that method, and returns true if the delegate method is successfully called and returns true; otherwise it returns false.

2020.0.01 and higher