IGPAPI
    Preparing search index...

    Function extractPcdLoginFlowState

    • Parameters

      Returns Effect<
          {
              aac: PcdAacState;
              oauth: PcdActionCandidate;
              passwordTextInputId: string;
              prefill: PcdActionCandidate;
              qpl: {
                  markerId: number;
                  oauthInstanceId: number;
                  oauthMarkerId: number;
                  prefillInstanceId: number;
                  prefillMarkerId: number;
                  sendLoginRequestInstanceId: number;
                  sendLoginRequestMarkerId: number;
              };
              sendLoginRequest: PcdActionCandidate;
              sendLoginRequestCandidates: PcdActionCandidate[];
              usernameTextInputId: string;
              waterfallId: string;
          },
          Error,
          never,
      >