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
)
public:
Task<DevToolsMethodResponse^>^ EnableAsync(
Nullable<bool> disableRejectionDelay = nullptr
)
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:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also