Package io.quarkus.security.webauthn
Class WebAuthnLoginResponse
java.lang.Object
io.quarkus.security.webauthn.WebAuthnResponse
io.quarkus.security.webauthn.WebAuthnLoginResponse
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCorresponds to the JSONresponse.authenticatorDatafieldCorresponds to the JSONresponse.signaturefieldCorresponds to the JSONresponse.userHandlefieldFields 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
-
webAuthnResponseAuthenticatorData
Corresponds to the JSONresponse.authenticatorDatafield -
webAuthnResponseSignature
Corresponds to the JSONresponse.signaturefield -
webAuthnResponseUserHandle
Corresponds to the JSONresponse.userHandlefield
-
-
Constructor Details
-
WebAuthnLoginResponse
public WebAuthnLoginResponse()
-
-
Method Details
-
toJsonObject
protected void toJsonObject(io.vertx.core.json.JsonObject response) - Specified by:
toJsonObjectin classWebAuthnResponse
-