Click or drag to resize

WebAuthn.AddCredentialAsync 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: System.String
authenticatorId
credential
Type: CefSharp.DevTools.WebAuthn.Credential
credential

Return Value

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