IGPAPI
    Preparing search index...

    Function PreLoginFlow

    • Simulates the pre-login flow. All requests are sequential.

      Platform-specific steps (android keystore attestation, USDID registration) are skipped -- they should be added by the platform package (e.g. android).

      Parameters

      • input: { username: string }

      Returns Effect<
          void,
          IgApiError
          | RequestError
          | ParseError
          | TransportError,

              | PlainJsonApiHttp
              | Signature
              | MobileDevice
              | GraphqlJsonHttp
              | MobileApplication,
      >