JadeJWTValidator Class Constants
The constants provided by the JadeJWTValidator class and returned by the validateAsymmetricTokenRS and validateSymmetricToken methods are listed in the following table.
Class Constant | String Value | Returned when the token... |
---|---|---|
ValidationFailed | "Validation Failed." | Fails validation |
ValidationFailedNullToken | "Validation failed: Provided token was null." | Is null |
ValidationOK | "Validation OK." | Passes validation |
2020.0.01 and higher