Skip to main content
Version: 1.4

Interface: IKeyBindingJWTValidationOptions

identity_wasm.IKeyBindingJWTValidationOptions

Holds options to create a new KeyBindingJWTValidationOptions.

Table of contents

Properties

Properties

nonce

Optional Readonly nonce: string

Validates the nonce value of the KB-JWT claims.


aud

Optional Readonly aud: string

Validates the aud properties in the KB-JWT claims.


jwsOptions

Readonly jwsOptions: JwsVerificationOptions

Options which affect the verification of the signature on the KB-JWT.


earliestIssuanceDate

Optional Readonly earliestIssuanceDate: Timestamp

Declares that the KB-JWT is considered invalid if the iat value in the claims is earlier than this timestamp.


latestIssuanceDate

Optional Readonly latestIssuanceDate: Timestamp

Declares that the KB-JWT is considered invalid if the iat value in the claims is later than this timestamp.

Uses the current timestamp during validation if not set.