Click or drag to resize

FedCmClientConfirmIdpSigninAsync Method

Version 118.6.80
Only valid if the dialog type is ConfirmIdpSignin. Acts as if the user had clicked the continue button.

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

Parameters

dialogId
Type: SystemString
dialogId

Return Value

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