Uses of Class
io.vertx.mutiny.ext.auth.webauthn4j.WebAuthn4J
Packages that use WebAuthn4J
-
Uses of WebAuthn4J in io.vertx.mutiny.ext.auth.webauthn4j
Fields in io.vertx.mutiny.ext.auth.webauthn4j with type parameters of type WebAuthn4JMethods in io.vertx.mutiny.ext.auth.webauthn4j that return WebAuthn4JModifier and TypeMethodDescriptionWebAuthn4J.authenticateAndForget(io.vertx.ext.auth.authentication.Credentials credentials) Authenticate a user.static WebAuthn4JCreate a WebAuthN auth providerstatic WebAuthn4JCreate a WebAuthN auth providerWebAuthn4J.createCredentialsOptionsAndForget(io.vertx.core.json.JsonObject user) Gets a challenge and any other parameters for thenavigator.credentials.create()call.WebAuthn4J.credentialStorage(CredentialStorage credentialStorage) Provide aCredentialStoragethat can fetchAuthenticators from storage and update them.WebAuthn4J.getCredentialsOptionsAndForget(String username) Creates an assertion challenge and any other parameters for thenavigator.credentials.get()call.static WebAuthn4JWebAuthn4J.newInstance(io.vertx.ext.auth.webauthn4j.WebAuthn4J delegate) Creates a new instance of theWebAuthn4J. -
Uses of WebAuthn4J in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type WebAuthn4JModifier and TypeMethodDescriptionstatic WebAuthn4JHandlerWebAuthn4JHandler.create(WebAuthn4J webAuthn) Create a WebAuthN auth handler.