JadeJWTValidator Class

The JadeJWTValidator class contains type methods used for validating the signature claims of JSON Web tokens and verifying that required claims are present in the token.

Various object‑based representations of the JSON Web Token (JWT) are serialized as a string, which is used by the validate methods that you can call.

For details about the constants and methods defined in the JadeJWTValidator class, see "JadeJWTValidator Class Constants" and "JadeJWTValidator Methods", in the following subsections.

JadeJWTModel

(None)

2020.0.01 and higher