Uses of Enum Class
org.openqa.selenium.devtools.v141.webauthn.model.Ctap2Version
Packages that use Ctap2Version
-
Uses of Ctap2Version in org.openqa.selenium.devtools.v141.webauthn.model
Methods in org.openqa.selenium.devtools.v141.webauthn.model that return Ctap2VersionModifier and TypeMethodDescriptionstatic Ctap2VersionCtap2Version.fromString(String s) static Ctap2VersionReturns the enum constant of this class with the specified name.static Ctap2Version[]Ctap2Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.webauthn.model that return types with arguments of type Ctap2VersionModifier and TypeMethodDescriptionVirtualAuthenticatorOptions.getCtap2Version()Defaults to ctap2_0.Constructor parameters in org.openqa.selenium.devtools.v141.webauthn.model with type arguments of type Ctap2VersionModifierConstructorDescriptionVirtualAuthenticatorOptions(AuthenticatorProtocol protocol, Optional<Ctap2Version> ctap2Version, AuthenticatorTransport transport, Optional<Boolean> hasResidentKey, Optional<Boolean> hasUserVerification, Optional<Boolean> hasLargeBlob, Optional<Boolean> hasCredBlob, Optional<Boolean> hasMinPinLength, Optional<Boolean> hasPrf, Optional<Boolean> automaticPresenceSimulation, Optional<Boolean> isUserVerified, Optional<Boolean> defaultBackupEligibility, Optional<Boolean> defaultBackupState)