Skip to main content

IVerifyResult interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Encapsulates the response object to verifyPresentation method after verifying a W3C Verifiable Presentation

Signature:

export interface IVerifyResult

Properties

PropertyModifiersTypeDescription
error?IError(BETA) (Optional) Optional Error object for the but currently the machine readable errors are not expored from DID-JWT package to be imported here
verifiedboolean(BETA) This value is used to transmit the result of verification.