Uses of Enum Class
org.openqa.selenium.devtools.v141.webauthn.model.AuthenticatorProtocol
Packages that use AuthenticatorProtocol
-
Uses of AuthenticatorProtocol in org.openqa.selenium.devtools.v141.webauthn.model
Methods in org.openqa.selenium.devtools.v141.webauthn.model that return AuthenticatorProtocolModifier and TypeMethodDescriptionstatic AuthenticatorProtocolAuthenticatorProtocol.fromString(String s) VirtualAuthenticatorOptions.getProtocol()static AuthenticatorProtocolReturns the enum constant of this class with the specified name.static AuthenticatorProtocol[]AuthenticatorProtocol.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 AuthenticatorProtocolModifierConstructorDescriptionVirtualAuthenticatorOptions(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)