Uses of Class
io.vertx.rxjava.ext.auth.webauthn.WebAuthn
-
Packages that use WebAuthn Package Description io.vertx.rxjava.ext.auth.webauthn io.vertx.rxjava.ext.web.handler -
-
Uses of WebAuthn in io.vertx.rxjava.ext.auth.webauthn
Fields in io.vertx.rxjava.ext.auth.webauthn with type parameters of type WebAuthn Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<WebAuthn>
WebAuthn. __TYPE_ARG
Methods in io.vertx.rxjava.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthn
WebAuthn. authenticatorFetcher(java.util.function.Function<Authenticator,Future<List<Authenticator>>> fetcher)
Provide a that can fetchAuthenticator
s from a backend given the incompleteAuthenticator
argument.WebAuthn
WebAuthn. authenticatorUpdater(java.util.function.Function<Authenticator,Future<Void>> updater)
Provide a that can update or insert aAuthenticator
.static WebAuthn
WebAuthn. create(Vertx vertx)
Create a WebAuthN auth providerstatic WebAuthn
WebAuthn. create(Vertx vertx, WebAuthnOptions options)
Create a WebAuthN auth providerstatic WebAuthn
WebAuthn. newInstance(WebAuthn arg)
-
Uses of WebAuthn in io.vertx.rxjava.ext.web.handler
Methods in io.vertx.rxjava.ext.web.handler with parameters of type WebAuthn Modifier and Type Method Description static WebAuthnHandler
WebAuthnHandler. create(WebAuthn webAuthn)
Create a WebAuthN auth handler.
-