Skip to main content
Version: 1.3

Interface: IJwtPresentationValidationOptions

identity_wasm.IJwtPresentationValidationOptions

Holds options to create a new JwtPresentationValidationOptions.

Table of contents

Properties

Properties

presentationVerifierOptions

Optional Readonly presentationVerifierOptions: JwsVerificationOptions

Options which affect the verification of the signature on the presentation.


earliestExpiryDate

Optional Readonly earliestExpiryDate: Timestamp

Declare that the presentation is not considered valid if it expires before this Timestamp. Uses the current datetime during validation if not set.


latestIssuanceDate

Optional Readonly latestIssuanceDate: Timestamp

Declare that the presentation is not considered valid if it was issued later than this Timestamp. Uses the current datetime during validation if not set.