Click or drag to resize

WebAuthnClientAddCredentialAsync Method

Version 91.1.160
Adds the credential to the specified authenticator.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.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