Interface AuthnUserConfirmationCallback


  • public interface AuthnUserConfirmationCallback
    A callback that handles whether to proceed or cancel a transaction.
    • Method Detail

      • proceed

        void proceed()
        Call to proceed with the transaction.
      • cancel

        void cancel()
        Call to cancel the operation.