Uses of Class
io.vertx.rxjava3.ext.auth.webauthn.WebAuthn
-
Packages that use WebAuthn Package Description io.vertx.rxjava3.ext.auth.webauthn io.vertx.rxjava3.ext.web.handler -
-
Uses of WebAuthn in io.vertx.rxjava3.ext.auth.webauthn
Fields in io.vertx.rxjava3.ext.auth.webauthn with type parameters of type WebAuthn Modifier and Type Field Description static TypeArg<WebAuthn>WebAuthn. __TYPE_ARGMethods in io.vertx.rxjava3.ext.auth.webauthn that return WebAuthn Modifier and Type Method Description WebAuthnWebAuthn. authenticatorFetcher(Function<Authenticator,io.reactivex.rxjava3.core.Single<List<Authenticator>>> fetcher)Provide a that can fetchAuthenticators from a backend given the incompleteAuthenticatorargument.WebAuthnWebAuthn. authenticatorUpdater(Function<Authenticator,io.reactivex.rxjava3.core.Completable> updater)Provide a that can update or insert aAuthenticator.static WebAuthnWebAuthn. create(Vertx vertx)Create a WebAuthN auth providerstatic WebAuthnWebAuthn. create(Vertx vertx, WebAuthnOptions options)Create a WebAuthN auth providerstatic WebAuthnWebAuthn. newInstance(WebAuthn arg) -
Uses of WebAuthn in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type WebAuthn Modifier and Type Method Description static WebAuthnHandlerWebAuthnHandler. create(WebAuthn webAuthn)Create a WebAuthN auth handler.
-