IVerifyPresentationLDArgs interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Encapsulates the parameters required to verify a W3C Verifiable Presentation
This API may change without a BREAKING CHANGE notice.
Signature:
export interface IVerifyPresentationLDArgs extends UsingResolutionOptions
Extends: UsingResolutionOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
challenge? | string | (BETA) (Optional) Optional (only for JWT) string challenge parameter to verify the verifiable presentation against | |
domain? | string | (BETA) (Optional) Optional (only for JWT) string domain parameter to verify the verifiable presentation against | |
fetchRemoteContexts? | boolean | (BETA) (Optional) Set this to true if you want the Defaults to | |
presentation | VerifiablePresentation | (BETA) The json payload of the Credential according to the canonical model The signer of the Credential is chosen based on the |