Class WebAuthnLoginResponse


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

      • webAuthnResponseAuthenticatorData

        @FormParam("webAuthnResponseAuthenticatorData")
        public String webAuthnResponseAuthenticatorData
        Corresponds to the JSON response.authenticatorData field
      • webAuthnResponseSignature

        @FormParam("webAuthnResponseSignature")
        public String webAuthnResponseSignature
        Corresponds to the JSON response.signature field
      • webAuthnResponseUserHandle

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

      • WebAuthnLoginResponse

        public WebAuthnLoginResponse()
    • Method Detail

      • toJsonObject

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