Package | Description |
---|---|
io.vertx.rxjava3.ext.auth.webauthn | |
io.vertx.rxjava3.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<WebAuthn> |
WebAuthn.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
WebAuthn |
WebAuthn.authenticatorFetcher(java.util.function.Function<Authenticator,Single<List<Authenticator>>> fetcher)
Provide a that can fetch
Authenticator s from a backend given the incomplete
Authenticator argument. |
WebAuthn |
WebAuthn.authenticatorUpdater(java.util.function.Function<Authenticator,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,
WebAuthnOptions options)
Create a WebAuthN auth provider
|
static WebAuthn |
WebAuthn.newInstance(WebAuthn arg) |
Modifier and Type | Method and Description |
---|---|
static WebAuthnHandler |
WebAuthnHandler.create(WebAuthn webAuthn)
Create a WebAuthN auth handler.
|
Copyright © 2021 Eclipse. All rights reserved.