Click or drag to resize

WebAuthnClient.SetUserVerifiedAsync Method

Version 106.0.290
Sets whether User Verification succeeds or fails for an authenticator. The default is true.

Namespace:  CefSharp.DevTools.WebAuthn
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
public Task<DevToolsMethodResponse> SetUserVerifiedAsync(
	string authenticatorId,
	bool isUserVerified
)

Parameters

authenticatorId
Type: System.String
authenticatorId
isUserVerified
Type: System.Boolean
isUserVerified

Return Value

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