chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.fedcm
/
SelectAccountRequest
Select
Account
Request
@
Serializable
data
class
SelectAccountRequest
(
val
dialogId
:
String
,
val
accountIndex
:
Int
)
(
source
)
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