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 |
|---|---|---|---|
|
(BETA) (Optional) Optional Error object for the but currently the machine readable errors are not expored from DID-JWT package to be imported here | |||
|
boolean |
(BETA) This value is used to transmit the result of verification. |