Package io.hanko.sdk.webauthn.api
Class FinalizationResponse
java.lang.Object
io.hanko.sdk.webauthn.api.FinalizationResponse
Response to a registration, authentication or transaction finalization.
-
Constructor Summary
ConstructorsConstructorDescriptionFinalizationResponse(WebAuthnCredential credential)
Construct a FinalizationResponse -
Method Summary
-
Constructor Details
-
FinalizationResponse
Construct a FinalizationResponse- Parameters:
credential
- the created or existingWebAuthnCredential
-
-
Method Details
-
getCredential
Get theWebAuthnCredential
- Returns:
- a
WebAuthnCredential
-