Uses of Class
io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
-
Packages that use WebAuthn4J Package Description io.vertx.reactivex.ext.auth.webauthn4j io.vertx.reactivex.ext.web.handler -
-
Uses of WebAuthn4J in io.vertx.reactivex.ext.auth.webauthn4j
Fields in io.vertx.reactivex.ext.auth.webauthn4j with type parameters of type WebAuthn4J Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<WebAuthn4J>
WebAuthn4J. __TYPE_ARG
Methods in io.vertx.reactivex.ext.auth.webauthn4j that return WebAuthn4J Modifier and Type Method Description static WebAuthn4J
WebAuthn4J. create(Vertx vertx)
Create a WebAuthN auth providerstatic WebAuthn4J
WebAuthn4J. create(Vertx vertx, WebAuthn4JOptions options)
Create a WebAuthN auth providerWebAuthn4J
WebAuthn4J. credentialStorage(CredentialStorage credentialStorage)
Provide aCredentialStorage
that can fetchAuthenticator
s from storage and update them.static WebAuthn4J
WebAuthn4J. newInstance(WebAuthn4J arg)
-
Uses of WebAuthn4J in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler with parameters of type WebAuthn4J Modifier and Type Method Description static WebAuthn4JHandler
WebAuthn4JHandler. create(WebAuthn4J webAuthn)
Create a WebAuthN auth handler.
-