Class 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:
    for a JSON-based registration
    • Field Detail

      • webAuthnResponseAttestationObject

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

      • WebAuthnRegisterResponse

        public WebAuthnRegisterResponse()
    • Method Detail

      • toJsonObject

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