Click or drag to resize

WebAuthnClientClearCredentialsAsync Method

Version 130.1.90
Clears all the credentials from the specified device.

Namespace: CefSharp.DevTools.WebAuthn
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> ClearCredentialsAsync(
	string authenticatorId
)

Parameters

authenticatorId  String
authenticatorId

Return Value

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