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_ARGMethods in io.vertx.mutiny.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthnWebAuthn. authenticatorFetcher(Function<io.vertx.ext.auth.webauthn.Authenticator,io.smallrye.mutiny.Uni<List<io.vertx.ext.auth.webauthn.Authenticator>>> fetcher)WebAuthnWebAuthn. authenticatorUpdater(Function<io.vertx.ext.auth.webauthn.Authenticator,io.smallrye.mutiny.Uni<Void>> updater)static WebAuthnWebAuthn. create(Vertx vertx)static WebAuthnWebAuthn. create(Vertx vertx, io.vertx.ext.auth.webauthn.WebAuthnOptions options)WebAuthnWebAuthn. createCredentialsOptionsAndForget(io.vertx.core.json.JsonObject user)Variant ofcreateCredentialsOptions(JsonObject)that ignores the result of the operation.WebAuthnWebAuthn. 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 Modifier and Type Method Description static WebAuthnHandlerWebAuthnHandler. create(WebAuthn webAuthn) 
 -