Interface: IJwsVerificationOptions
identity_wasm.IJwsVerificationOptions
Holds options to create JwsVerificationOptions.
Table of contents
Properties
Properties
nonce
• Optional Readonly nonce: string
Verify that the nonce set in the protected header matches this.
methodScope
• Optional Readonly methodScope: MethodScope
Verify the signing verification method relationship matches this.
methodId
• Optional Readonly methodId: DIDUrl
The DID URL of the method, whose JWK should be used to verify the JWS.
If unset, the kid of the JWS is used as the DID Url.