IJwsVerificationOptions
@iota/identity-wasm API documentation
Interface: IJwsVerificationOptions
Holds options to create JwsVerificationOptions.
Properties
nonce?
readonlyoptionalnonce:string
Verify that the nonce set in the protected header matches this.
methodScope?
readonlyoptionalmethodScope:MethodScope
Verify the signing verification method relationship matches this.
methodId?
readonlyoptionalmethodId: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.