IVerifyPresentationArgs interface
Encapsulates the parameters required to verify a W3C Verifiable Presentation
Signature:
export interface IVerifyPresentationArgs extends UsingResolutionOptions
Extends: UsingResolutionOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Optional (only for JWT) string challenge parameter to verify the verifiable presentation against | ||
string | (Optional) Optional (only for JWT) string domain parameter to verify the verifiable presentation against | ||
boolean | (Optional) When dealing with JSON-LD you also MUST provide the proper contexts. Set this to Defaults to | ||
(Optional) Overrides specific aspects of credential verification, where possible. | |||
The Verifiable Presentation object according to the canonical model or the JWT representation. The signer of the Presentation is verified based on the |