Skip to main content
info
IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes

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.

More Info


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.