DigitalCredentials Domain
This domain allows interacting with the Digital Credentials API for automation.
Methods
Types
Methods
DigitalCredentials.setVirtualWalletBehavior #
Sets the behavior of the virtual wallet for digital credential requests issued from this frame.
Parameters
action VirtualWalletAction
The action of the virtual wallet.
protocolOptional
stringThe protocol identifier (e.g. "openid4vp"). Required when |action| is "respond", forbidden otherwise.
responseOptional
objectThe response data object returned by the wallet. Required when |action| is "respond", forbidden otherwise.
frameIdOptional
Page.FrameId
The frame to scope the virtual wallet behavior to.
Types
DigitalCredentials.VirtualWalletAction #
The type of virtual wallet action.
Type: string
Allowed values: respond, decline, wait, clear