Record -
jwt
: JwtValidatorConfig
Represents JWT validator configurations.
Fields
- issuer string
-
Expected issuer
- clockSkew int 0
-
Clock skew in seconds
- trustStore TrustStore
-
Trust store used for signature verification
- certificateAlias string
-
Token signed public key certificate alias
- validateCertificate boolean
-
Validate public key certificate notBefore and notAfter periods
- jwtCache Cache BLangTypeInit: new null ([capacity=1000])
-
Cache used to store parsed JWT information as CachedJwt