Uses of Class
org.openqa.selenium.devtools.v107.webauthn.model.AuthenticatorTransport
-
Packages that use AuthenticatorTransport Package Description org.openqa.selenium.devtools.v107.webauthn.model -
-
Uses of AuthenticatorTransport in org.openqa.selenium.devtools.v107.webauthn.model
Methods in org.openqa.selenium.devtools.v107.webauthn.model that return AuthenticatorTransport Modifier and Type Method Description static AuthenticatorTransportAuthenticatorTransport. fromString(java.lang.String s)AuthenticatorTransportVirtualAuthenticatorOptions. getTransport()static AuthenticatorTransportAuthenticatorTransport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticatorTransport[]AuthenticatorTransport. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v107.webauthn.model with parameters of type AuthenticatorTransport 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> automaticPresenceSimulation, java.util.Optional<java.lang.Boolean> isUserVerified)
-