Uses of Class
io.quarkus.security.webauthn.WebAuthnRegisterResponse
Packages that use WebAuthnRegisterResponse
-
Uses of WebAuthnRegisterResponse in io.quarkus.security.webauthn
Methods in io.quarkus.security.webauthn with parameters of type WebAuthnRegisterResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<WebAuthnCredentialRecord> WebAuthnSecurity.register(String username, WebAuthnRegisterResponse response, io.vertx.ext.web.RoutingContext ctx) Registers a new WebAuthn credentials.