Uses of Class
io.vertx.mutiny.ext.auth.webauthn.WebAuthn
-
Packages that use WebAuthn Package Description io.vertx.mutiny.ext.auth.webauthn io.vertx.mutiny.ext.web.handler -
-
Uses of WebAuthn in io.vertx.mutiny.ext.auth.webauthn
Fields in io.vertx.mutiny.ext.auth.webauthn with type parameters of type WebAuthn Modifier and Type Field Description static TypeArg<WebAuthn>
WebAuthn. __TYPE_ARG
Methods in io.vertx.mutiny.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(Function<io.vertx.ext.auth.webauthn.Authenticator,io.smallrye.mutiny.Uni<List<io.vertx.ext.auth.webauthn.Authenticator>>> fetcher)
WebAuthn
WebAuthn. authenticatorUpdater(Function<io.vertx.ext.auth.webauthn.Authenticator,io.smallrye.mutiny.Uni<Void>> updater)
static WebAuthn
WebAuthn. create(Vertx vertx)
static WebAuthn
WebAuthn. create(Vertx vertx, io.vertx.ext.auth.webauthn.WebAuthnOptions options)
WebAuthn
WebAuthn. createCredentialsOptionsAndForget(io.vertx.core.json.JsonObject user)
Variant ofcreateCredentialsOptions(JsonObject)
that ignores the result of the operation.WebAuthn
WebAuthn. getCredentialsOptionsAndForget(String name)
Variant ofgetCredentialsOptions(String)
that ignores the result of the operation.static WebAuthn
WebAuthn. newInstance(io.vertx.ext.auth.webauthn.WebAuthn arg)
-
Uses of WebAuthn in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type WebAuthn Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
-