Click or drag to resize

FedCmClientEnableAsync Method

Version 118.6.80
Enable

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

Parameters

disableRejectionDelay (Optional)
Type: SystemNullableBoolean
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

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