Uses of Class
io.vertx.ext.auth.webauthn4j.AuthenticatorTransport
-
Packages that use AuthenticatorTransport Package Description io.vertx.ext.auth.webauthn4j -
-
Uses of AuthenticatorTransport in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return AuthenticatorTransport Modifier and Type Method Description static AuthenticatorTransport
AuthenticatorTransport. of(String string)
static AuthenticatorTransport
AuthenticatorTransport. valueOf(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.Methods in io.vertx.ext.auth.webauthn4j that return types with arguments of type AuthenticatorTransport Modifier and Type Method Description List<AuthenticatorTransport>
WebAuthn4JOptions. getTransports()
Methods in io.vertx.ext.auth.webauthn4j with parameters of type AuthenticatorTransport Modifier and Type Method Description WebAuthn4JOptions
WebAuthn4JOptions. addTransport(AuthenticatorTransport transport)
Method parameters in io.vertx.ext.auth.webauthn4j with type arguments of type AuthenticatorTransport Modifier and Type Method Description WebAuthn4JOptions
WebAuthn4JOptions. setTransports(List<AuthenticatorTransport> transports)
-