Uses of Class
io.vertx.reactivex.ext.auth.webauthn4j.WebAuthn4J
Packages that use WebAuthn4J
-
Uses of WebAuthn4J in io.vertx.reactivex.ext.auth.webauthn4j
Fields in io.vertx.reactivex.ext.auth.webauthn4j with type parameters of type WebAuthn4JModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<WebAuthn4J> WebAuthn4J.__TYPE_ARGMethods in io.vertx.reactivex.ext.auth.webauthn4j that return WebAuthn4JModifier and TypeMethodDescriptionstatic WebAuthn4JCreate a WebAuthN auth providerstatic WebAuthn4JWebAuthn4J.create(Vertx vertx, WebAuthn4JOptions options) Create a WebAuthN auth providerWebAuthn4J.credentialStorage(CredentialStorage credentialStorage) Provide aCredentialStoragethat can fetchAuthenticators from storage and update them.static WebAuthn4JWebAuthn4J.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 WebAuthn4JModifier and TypeMethodDescriptionstatic WebAuthn4JHandlerWebAuthn4JHandler.create(WebAuthn4J webAuthn) Create a WebAuthN auth handler.