toggle menu
chrome-devtools-kotlin
5.9.0-1239539
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.fedcm
/
SelectAccountRequest
Select
Account
Request
@
Serializable
data
class
SelectAccountRequest
(
val
dialogId
:
String
,
val
accountIndex
:
Int
)
Request object containing input parameters for the
FedCmDomain.selectAccount
command.
Members
Constructors
Select
Account
Request
Link copied to clipboard
constructor
(
dialogId
:
String
,
accountIndex
:
Int
)
Properties
account
Index
Link copied to clipboard
val
accountIndex
:
Int
dialog
Id
Link copied to clipboard
val
dialogId
:
String