@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
description
• Optional description: string
Defined in
id
• id: string
Unique ID of the definition
Defined in
keyIdentifier
• Optional keyIdentifier: SigningKeyIdentifier
Defined in
name
• name: string
Human readable name of the definition
Defined in
presentationDefinition
• Optional presentationDefinition: PresentationDefinition
Defined in
scope
• Optional scope: string
A custom authorization scope that can be used for this verifier with authorization request
Defined in
toVerify
• Optional toVerify: Set<CredentialPropertyToVerify>
List of credential properties that should be verified.