Skip to main content

Interface: DIDVerificationResult

Defined in: src/auth/did/did-verifier.ts:24

DID verification result.

Properties

did?

readonly optional did: DID

Defined in: src/auth/did/did-verifier.ts:33

Verified DID (if successful).


errors?

readonly optional errors: readonly string[]

Defined in: src/auth/did/did-verifier.ts:43

Error messages (if failed).


valid

readonly valid: boolean

Defined in: src/auth/did/did-verifier.ts:28

Whether verification succeeded.


verificationMethodId?

readonly optional verificationMethodId: string

Defined in: src/auth/did/did-verifier.ts:38

Verification method ID that matched.