Interface AuthnUserConfirmationCallback


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

    Modifier and Type
    Method
    Description
    void
    Call to cancel the operation.
    void
    Call to proceed with the transaction.
  • Method Details

    • proceed

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

      void cancel()
      Call to cancel the operation.