Uses of Enum
io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
Packages that use AuthenticatorTransport
-
Uses of AuthenticatorTransport in io.vertx.ext.auth.webauthn4j
Subclasses with type arguments of type AuthenticatorTransport in io.vertx.ext.auth.webauthn4jModifier and TypeClassDescriptionenumAuthenticatorTransport https://www.w3.org/TR/webauthn/#enumdef-authenticatortransportMethods in io.vertx.ext.auth.webauthn4j that return AuthenticatorTransportModifier and TypeMethodDescriptionstatic AuthenticatorTransportstatic AuthenticatorTransportReturns 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.Methods in io.vertx.ext.auth.webauthn4j that return types with arguments of type AuthenticatorTransportMethods in io.vertx.ext.auth.webauthn4j with parameters of type AuthenticatorTransportModifier and TypeMethodDescriptionWebAuthn4JOptions.addTransport(AuthenticatorTransport transport) Method parameters in io.vertx.ext.auth.webauthn4j with type arguments of type AuthenticatorTransportModifier and TypeMethodDescriptionWebAuthn4JOptions.setTransports(List<AuthenticatorTransport> transports)