Skip to main content

@triveria/wallet / Exports / InteractionAuthorizationConsent

Interface: InteractionAuthorizationConsent

Export

InteractionAuthorizationConsent

Table of contents

Properties

Properties

credentialsToPresent

Optional credentialsToPresent: InputDescriptorSuitableCredentials[]

Array of IDs of credentials that will be presented in the interaction. Must be a subset of authorization requirements presentation candidates. Required when authorization requirement type is vp_token.

Memberof

InteractionAuthorizationConsent

Defined in

api.ts:1252


pin

Optional pin: string

Pin code needed for pre-authorized credential offers. Required when authorization requirement type is pin

Memberof

InteractionAuthorizationConsent

Defined in

api.ts:1246