Table of Contents

Class VirtualAuthenticatorOptions

Namespace
OpenQA.Selenium.DevTools.V85.WebAuthn
Assembly
WebDriver.dll

VirtualAuthenticatorOptions

public sealed class VirtualAuthenticatorOptions
Inheritance
VirtualAuthenticatorOptions
Inherited Members

Properties

AutomaticPresenceSimulation

automaticPresenceSimulation

[JsonPropertyName("automaticPresenceSimulation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AutomaticPresenceSimulation { get; set; }

Property Value

bool?

HasResidentKey

hasResidentKey

[JsonPropertyName("hasResidentKey")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasResidentKey { get; set; }

Property Value

bool?

HasUserVerification

hasUserVerification

[JsonPropertyName("hasUserVerification")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasUserVerification { get; set; }

Property Value

bool?

IsUserVerified

isUserVerified

[JsonPropertyName("isUserVerified")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsUserVerified { get; set; }

Property Value

bool?

Protocol

protocol

[JsonPropertyName("protocol")]
public AuthenticatorProtocol Protocol { get; set; }

Property Value

AuthenticatorProtocol

Transport

transport

[JsonPropertyName("transport")]
public AuthenticatorTransport Transport { get; set; }

Property Value

AuthenticatorTransport