Click or drag to resize

FedCmClientEnableAsync Method

Version 130.1.90
Enable

Namespace: CefSharp.DevTools.FedCm
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	bool? disableRejectionDelay = null
)

Parameters

disableRejectionDelay  NullableBoolean  (Optional)
Allows callers to disable the promise rejection delay that wouldnormally happen, if this is unimportant to what's being tested.(step 4 of https://fedidcg.github.io/FedCM/#browser-api-rp-sign-in)

Return Value

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