Interface: DIDVerificationResult
Defined in: src/auth/did/did-verifier.ts:24
DID verification result.
Properties
did?
readonlyoptionaldid:DID
Defined in: src/auth/did/did-verifier.ts:33
Verified DID (if successful).
errors?
readonlyoptionalerrors: readonlystring[]
Defined in: src/auth/did/did-verifier.ts:43
Error messages (if failed).
valid
readonlyvalid:boolean
Defined in: src/auth/did/did-verifier.ts:28
Whether verification succeeded.
verificationMethodId?
readonlyoptionalverificationMethodId:string
Defined in: src/auth/did/did-verifier.ts:38
Verification method ID that matched.