Class FlowHelper


  • public class FlowHelper
    extends Object
    • Constructor Detail

      • FlowHelper

        public FlowHelper()
    • Method Detail

      • handleMFA

        public static void handleMFA​(View currentView,
                                     MFAData data)
      • handleSMSMFA

        public static void handleSMSMFA​(AuthActivity activity,
                                        View currentView,
                                        String phone,
                                        boolean forwardResult)
      • handleEmailMFA

        public static void handleEmailMFA​(AuthActivity activity,
                                          View currentView,
                                          String email)
      • handleEmailMFA

        public static void handleEmailMFA​(AuthActivity activity,
                                          View currentView,
                                          String email,
                                          boolean forwardResult)
      • handleOTPMFA

        public static void handleOTPMFA​(AuthActivity activity)
      • handleUserInfoComplete

        public static void handleUserInfoComplete​(View currentView,
                                                  List<ExtendedField> extendedFields)
      • handleFirstTimeLogin

        public static void handleFirstTimeLogin​(View currentView,
                                                UserInfo userInfo)