Package com.thalesgroup.gemalto.d1.authn
Interface AuthnUserConfirmationCallback
-
public interface AuthnUserConfirmationCallback
A callback that handles whether to proceed or cancel a transaction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Call to cancel the operation.void
proceed()
Call to proceed with the transaction.
-