Package | Description |
---|---|
io.vertx.rxjava3.ext.auth.webauthn | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static TypeArg<WebAuthn> |
WebAuthn.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
WebAuthn |
WebAuthn.authenticatorFetcher(Function<io.vertx.ext.auth.webauthn.Authenticator,io.reactivex.rxjava3.core.Single<List<io.vertx.ext.auth.webauthn.Authenticator>>> fetcher)
Provide a that can fetch
Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorUpdater(Function<io.vertx.ext.auth.webauthn.Authenticator,io.reactivex.rxjava3.core.Completable> updater)
Provide a that can update or insert a
Authenticator . |
static WebAuthn |
WebAuthn.create(Vertx vertx)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.create(Vertx vertx,
io.vertx.ext.auth.webauthn.WebAuthnOptions options)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.newInstance(io.vertx.ext.auth.webauthn.WebAuthn arg) |
Modifier and Type | Method and Description |
---|---|
static WebAuthnHandler |
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler.
|
Copyright © 2022 Eclipse. All rights reserved.