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