Class WebAuthnRegisterResponse

java.lang.Object
io.quarkus.security.webauthn.WebAuthnResponse
io.quarkus.security.webauthn.WebAuthnRegisterResponse

public class WebAuthnRegisterResponse extends WebAuthnResponse
JAX-RS structure suitable for use as a BeanParam for a POST response containing all the required fields for a form-based registration.
See Also:
  • Field Details

    • webAuthnResponseAttestationObject

      @FormParam("webAuthnResponseAttestationObject") public String webAuthnResponseAttestationObject
      Corresponds to the JSON response.attestationObject field
  • Constructor Details

    • WebAuthnRegisterResponse

      public WebAuthnRegisterResponse()
  • Method Details

    • toJsonObject

      protected void toJsonObject(io.vertx.core.json.JsonObject response)
      Specified by:
      toJsonObject in class WebAuthnResponse