@the-hashgraph-group-ag/cryptosuites-core / VerifierOptions
Interface: VerifierOptions
Defined in: packages/core/src/interfaces/verifier.ts:7
The options for the verifier.
Properties
challenge?
optionalchallenge?:string
The challenge that the proof is expected to have. If the proof has a challenge, this value should be the same as the challenge in the proof.
domain?
optionaldomain?:string
The domain that the proof is expected to be used in. If the proof has a domain, this value should be the same as the domain in the proof.
verificationMethodResolver
verificationMethodResolver: (
verificationMethod) =>Promise<Uint8Array<ArrayBufferLike>>
Defined in: packages/core/src/interfaces/verifier.ts:11
The function to resolve the verification method to the public key.