Uses of Class
org.openqa.selenium.devtools.v112.webauthn.model.Ctap2Version
-
Packages that use Ctap2Version Package Description org.openqa.selenium.devtools.v112.webauthn.model -
-
Uses of Ctap2Version in org.openqa.selenium.devtools.v112.webauthn.model
Methods in org.openqa.selenium.devtools.v112.webauthn.model that return Ctap2Version Modifier and Type Method Description static Ctap2VersionCtap2Version. fromString(java.lang.String s)static Ctap2VersionCtap2Version. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Ctap2Version[]Ctap2Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v112.webauthn.model that return types with arguments of type Ctap2Version Modifier and Type Method Description java.util.Optional<Ctap2Version>VirtualAuthenticatorOptions. getCtap2Version()Defaults to ctap2_0.Constructor parameters in org.openqa.selenium.devtools.v112.webauthn.model with type arguments of type Ctap2Version Constructor Description VirtualAuthenticatorOptions(AuthenticatorProtocol protocol, java.util.Optional<Ctap2Version> ctap2Version, AuthenticatorTransport transport, java.util.Optional<java.lang.Boolean> hasResidentKey, java.util.Optional<java.lang.Boolean> hasUserVerification, java.util.Optional<java.lang.Boolean> hasLargeBlob, java.util.Optional<java.lang.Boolean> hasCredBlob, java.util.Optional<java.lang.Boolean> hasMinPinLength, java.util.Optional<java.lang.Boolean> hasPrf, java.util.Optional<java.lang.Boolean> automaticPresenceSimulation, java.util.Optional<java.lang.Boolean> isUserVerified)
-