Click or drag to resize

WebAuthnAddCredentialAsync Method

Version 85.3.121
Adds the credential to the specified authenticator.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> AddCredentialAsync(
	string authenticatorId,
	Credential credential
)

Parameters

authenticatorId
Type: SystemString
authenticatorId
credential
Type: CefSharp.DevTools.WebAuthnCredential
credential

Return Value

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