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.
- protocol
-
string
The protocol identifier (e.g. "openid4vp"). Required when |action| is "respond", forbidden otherwise.
- response
-
object
The response data object returned by the wallet. Required when |action| is "respond", forbidden otherwise.
- frameId
-
Page.FrameId
The frame to scope the virtual wallet behavior to.
Types
DigitalCredentials.VirtualWalletAction #
The type of virtual wallet action.
Allowed Values:
respond, decline, wait, clearType: string