Click or drag to resize

FedCmClientSelectAccountAsync Method

Version 118.6.80
SelectAccount

Namespace:  CefSharp.DevTools.FedCm
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<DevToolsMethodResponse> SelectAccountAsync(
	string dialogId,
	int accountIndex
)

Parameters

dialogId
Type: SystemString
dialogId
accountIndex
Type: SystemInt32
accountIndex

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also