Record - jwt : JwtValidatorConfig

Represents JWT validator configurations.

Fields

  • issuer string
  • Expected issuer

  • audience string | string[]
  • Expected audience

  • clockSkewInSeconds int (default 0)
  • Clock skew in seconds

  • jwtCache Cache (default Cache)
  • Cache used to store parsed JWT information