Skip to main content

@triveria/wallet / Exports / VPDrivenIssuerConfig

Interface: VPDrivenIssuerConfig

Table of contents

Properties

Properties

credentialVerifierId

Optional credentialVerifierId: string

ID of the verifier used for verification of presented credential.

Defined in

api.ts:1012


mapping

mapping: object

Mapping of the input values set as JSONPath elements to the output credential claims.

Defined in

api.ts:1020


useAuthnProviderResult

Optional useAuthnProviderResult: boolean

When true, authentication result returned from custom login provider configured for this issuer is used. In this case, credentialVerifierId must not be set.

Defined in

api.ts:1016