Package com.thalesgroup.gemalto.d1.authn
Interface AuthnUserConfirmationCallback
public interface AuthnUserConfirmationCallback
A callback that handles whether to proceed or cancel a transaction.
-
Method Summary
-
Method Details
-
proceed
void proceed()Call to proceed with the transaction. -
cancel
void cancel()Call to cancel the operation.
-