Record -
jwt
: JwtValidatorConfig
Represents JWT validator configurations.
Fields
- issuer string
-
Expected issuer
- audience string | string
-
Expected audience
- clockSkewInSeconds int 0
-
Clock skew in seconds
- trustStoreConfig JwtTrustStoreConfig
-
JWT trust store configurations
- jwtCache Cache BLangTypeInit: new null ([900000, 1000, 0.25])
-
Cache used to store parsed JWT information as CachedJwt