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 |
---|---|---|---|
challenge? | string | (Optional) Optional (only for JWT) string challenge parameter to verify the verifiable presentation against | |
domain? | string | (Optional) Optional (only for JWT) string domain parameter to verify the verifiable presentation against | |
fetchRemoteContexts? | boolean | (Optional) When dealing with JSON-LD you also MUST provide the proper contexts. Set this to Defaults to | |
policies? | VerificationPolicies | (Optional) Overrides specific aspects of credential verification, where possible. | |
presentation | W3CVerifiablePresentation | The Verifiable Presentation object according to the canonical model or the JWT representation. The signer of the Presentation is verified based on the |