IGPAPI
    Preparing search index...

    Function PostLoginFlow

    • Simulates the post-login flow.

      Sequential preamble: getAccountFamily -> reelsTray -> timeline Then all remaining requests run concurrently via Effect.all.

      Parameters

      • Optionalopts: PostLoginFlowOptions

      Returns Effect<
          void,
          | IgApiError
          | RequestError
          | ParseError
          | TransportError
          | UserIdNotFoundInState,
          | PlainJsonApiHttp
          | Signature
          | MobileSession
          | MobileDevice
          | GraphqlJsonHttp
          | MobileApplication
          | Transport,
      >