Click or drag to resize

WebAuthnClientGetCredentialsAsync Method

Version 130.1.90
Returns all the credentials stored in the given virtual authenticator.

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

Parameters

authenticatorId  String
authenticatorId

Return Value

TaskGetCredentialsResponse
returns System.Threading.Tasks.Task<GetCredentialsResponse>
See Also