Table of Contents

Enum AuthenticatorProtocol

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

AuthenticatorProtocol

[JsonConverter(typeof(JsonEnumMemberConverter<AuthenticatorProtocol>))]
public enum AuthenticatorProtocol

Fields

[EnumMember(Value = "ctap2")] Ctap2 = 1

Enumerated member for the ctap2 value.

[EnumMember(Value = "u2f")] U2f = 0

Enumerated member for the u2f value.