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