-
- All Implemented Interfaces:
public interface WebAuthnCallbackInterface for WebAuthn Related callback
-
-
Method Summary
Modifier and Type Method Description UnitsetHiddenCallbackValue(Node node, String value)Set value to the HiddenValueCallback which associated with the WebAuthn Callback. UnitsetErrorRethrow(Node node, Exception e)Set the client error and rethrow the exception -
-
Method Detail
-
setHiddenCallbackValue
Unit setHiddenCallbackValue(Node node, String value)
Set value to the HiddenValueCallback which associated with the WebAuthn Callback.
- Parameters:
node- The Nodevalue- The Value to set to the HiddenValueCallback
-
setErrorRethrow
Unit setErrorRethrow(Node node, Exception e)
Set the client error and rethrow the exception
- Parameters:
node- The current Nodee- : The Exception
-
-
-
-