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