Uses of Class
io.vertx.mutiny.ext.auth.webauthn.WebAuthn
Packages that use WebAuthn
-
Uses of WebAuthn in io.vertx.mutiny.ext.auth.webauthn
Fields in io.vertx.mutiny.ext.auth.webauthn with type parameters of type WebAuthnMethods in io.vertx.mutiny.ext.auth.webauthn that return WebAuthnModifier and TypeMethodDescriptionWebAuthn.authenticatorFetcher(Function<io.vertx.ext.auth.webauthn.Authenticator, io.smallrye.mutiny.Uni<List<io.vertx.ext.auth.webauthn.Authenticator>>> fetcher) WebAuthn.authenticatorUpdater(Function<io.vertx.ext.auth.webauthn.Authenticator, io.smallrye.mutiny.Uni<Void>> updater) static WebAuthnstatic WebAuthnWebAuthn.createCredentialsOptionsAndForget(io.vertx.core.json.JsonObject user) Variant ofcreateCredentialsOptions(JsonObject)that ignores the result of the operation.WebAuthn.getCredentialsOptionsAndForget(String name) Variant ofgetCredentialsOptions(String)that ignores the result of the operation.static WebAuthnWebAuthn.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