WebAuthnClientAddCredentialAsync Method |
Version 104.4.240
Adds the credential to the specified authenticator.
Namespace:
CefSharp.DevTools.WebAuthn
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public Task<DevToolsMethodResponse> AddCredentialAsync(
string authenticatorId,
Credential credential
)
public:
Task<DevToolsMethodResponse^>^ AddCredentialAsync(
String^ authenticatorId,
Credential^ credential
)
Parameters
- authenticatorId
- Type: SystemString
authenticatorId - credential
- Type: CefSharp.DevTools.WebAuthnCredential
credential
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also