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
)
public:
Task<DevToolsMethodResponse^>^ ConfirmIdpSigninAsync(
String^ dialogId
)
Parameters
- dialogId
- Type: SystemString
dialogId
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also