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:383


description

Optional description: string

Defined in

api.ts:373


id

id: string

Unique ID of the definition

Defined in

api.ts:377


keyIdentifier

Optional keyIdentifier: SigningKeyIdentifier

Defined in

api.ts:384


name

name: string

Human readable name of the definition

Defined in

api.ts:372


presentationDefinition

Optional presentationDefinition: PresentationDefinition

Defined in

api.ts:382


scope

Optional scope: string

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

Defined in

api.ts:381


toVerify

Optional toVerify: Set<CredentialPropertyToVerify>

List of credential properties that should be verified.

Defined in

api.ts:388