Package io.quarkus.security.webauthn
Class WebAuthnRegisterResponse
java.lang.Object
io.quarkus.security.webauthn.WebAuthnResponse
io.quarkus.security.webauthn.WebAuthnRegisterResponse
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 Summary
FieldsModifier and TypeFieldDescriptionCorresponds to the JSONresponse.attestationObjectfieldFields inherited from class io.quarkus.security.webauthn.WebAuthnResponse
webAuthnId, webAuthnRawId, webAuthnResponseClientDataJSON, webAuthnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidtoJsonObject(io.vertx.core.json.JsonObject response) Methods inherited from class io.quarkus.security.webauthn.WebAuthnResponse
isSet, isValid, toJsonObject
-
Field Details
-
webAuthnResponseAttestationObject
Corresponds to the JSONresponse.attestationObjectfield
-
-
Constructor Details
-
WebAuthnRegisterResponse
public WebAuthnRegisterResponse()
-
-
Method Details
-
toJsonObject
protected void toJsonObject(io.vertx.core.json.JsonObject response) - Specified by:
toJsonObjectin classWebAuthnResponse
-