Interface JwtValidator


public interface JwtValidator
Validator used for JWT claim validation.
  • Method Details

    • builder

      static JwtValidator.Builder builder()
      Return a new Builder of the JwtValidator.
      Returns:
      new builder instance
    • validate

      Errors validate(Jwt jwt)
      Validate configured validators against provided Jwt.
      Parameters:
      jwt - JWT to validate
      Returns:
      errors instance to check if valid and access error messages