Skip to main content

@triveria/wallet / Exports / CredentialVerifierDefinition

Interface: CredentialVerifierDefinition

Verifier configuration. keyIdentifier is the same as wallet key identifier by default.

Table of contents

Properties

Properties

dcqlQuery

Optional dcqlQuery: DCQLQuery

Defined in

api.ts:389


description

Optional description: string

Defined in

api.ts:379


id

id: string

Unique ID of the definition

Defined in

api.ts:383


keyIdentifier

Optional keyIdentifier: SigningKeyIdentifier

Defined in

api.ts:390


name

name: string

Human readable name of the definition

Defined in

api.ts:378


presentationDefinition

Optional presentationDefinition: PresentationDefinition

Defined in

api.ts:388


scope

Optional scope: string

A custom authorization scope that can be used for this verifier with authorization request

Defined in

api.ts:387


toVerify

Optional toVerify: Set<CredentialPropertyToVerify>

List of credential properties that should be verified.

Defined in

api.ts:394