Table of Contents

Class AddVirtualAuthenticatorCommandResponse

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

Response for AddVirtualAuthenticator

public sealed class AddVirtualAuthenticatorCommandResponse : ICommandResponse<AddVirtualAuthenticatorCommandSettings>, ICommandResponse
Inheritance
AddVirtualAuthenticatorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

AuthenticatorId

Gets or sets the authenticatorId

[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }

Property Value

string