Interface WebAuthnCallback
-
- All Known Implementing Classes:
WebAuthnAuthenticationCallback,WebAuthnRegistrationCallback
public interface WebAuthnCallbackInterface for WebAuthn Related callback
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsetHiddenCallbackValue(Node node, java.lang.String value)Set value to theHiddenValueCallbackwhich associated with the WebAuthn related Callback.
-
-
-
Method Detail
-
setHiddenCallbackValue
default void setHiddenCallbackValue(Node node, java.lang.String value)
Set value to theHiddenValueCallbackwhich associated with the WebAuthn related Callback.- Parameters:
node- The Nodevalue- The Value to set to theHiddenValueCallback
-
-