IJwtPresentationValidationOptions
@iota/identity-wasm API documentation
Interface: IJwtPresentationValidationOptions
Holds options to create a new JwtPresentationValidationOptions.
Properties
presentationVerifierOptions?
readonly
optional
presentationVerifierOptions:JwsVerificationOptions
Options which affect the verification of the signature on the presentation.
earliestExpiryDate?
readonly
optional
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?
readonly
optional
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.