IVerifyResult 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 response object to verifyPresentation method after verifying a W3C Verifiable Presentation
Signature:
export interface IVerifyResult
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
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 | |
verified | boolean | (BETA) This value is used to transmit the result of verification. |