Uses of Enum Class
org.openqa.selenium.devtools.v141.webauthn.model.AuthenticatorTransport
Packages that use AuthenticatorTransport
-
Uses of AuthenticatorTransport in org.openqa.selenium.devtools.v141.webauthn.model
Methods in org.openqa.selenium.devtools.v141.webauthn.model that return AuthenticatorTransportModifier and TypeMethodDescriptionstatic AuthenticatorTransportAuthenticatorTransport.fromString(String s) VirtualAuthenticatorOptions.getTransport()static AuthenticatorTransportReturns the enum constant of this class with the specified name.static AuthenticatorTransport[]AuthenticatorTransport.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.webauthn.model with parameters of type AuthenticatorTransportModifierConstructorDescriptionVirtualAuthenticatorOptions(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)