Record - jwt : JwtValidatorConfig

Represents JWT validator configurations.

Fields

  • issuer string
  • Expected issuer

  • audience string | string
  • Expected audience

  • clockSkewInSeconds int 0
  • Clock skew in seconds

  • jwtCache Cache BLangTypeInit: new null ([900000, 1000, 0.25])
  • Cache used to store parsed JWT information as CachedJwt