类 FlowHelper


  • public class FlowHelper
    extends Object
    • 构造器详细资料

      • FlowHelper

        public FlowHelper()
    • 方法详细资料

      • handleMFA

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

        public static void handleSMSMFA​(AuthActivity activity,
                                        View currentView,
                                        String countryCode,
                                        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,
                                        boolean totpMfaEnabled,
                                        boolean forwardResult)
      • handleFaceMFA

        public static void handleFaceMFA​(AuthActivity activity,
                                         boolean faceMfaEnabled,
                                         boolean forwardResult)
      • handleSocialAccountBind

        public static void handleSocialAccountBind​(AuthActivity activity,
                                                   int code)
      • handleSocialAccountSelect

        public static void handleSocialAccountSelect​(AuthActivity activity)
      • handleBiometricAccountBind

        public static void handleBiometricAccountBind​(AuthActivity activity)
      • handleUserInfoComplete

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

        public static void handleUserInfoComplete​(Activity activity,
                                                  List<ExtendedField> extendedFields)
      • handleFirstTimeLogin

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

        public static void handleCaptcha​(View currentView)