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 BLangTypeInit: new null ([900000, 1000, 0.25]) )
  • Cache used to store parsed JWT information as CachedJwt