IGPAPI
    Preparing search index...

    Function RegistrationSetUsername

    • Step 7: Set username.

      Calls username.async.

      Returns Effect<
          {
              regContext: string
              | null;
              regInfo: { screen_visited: string[]; username_prefill: string };
              registrationFlowId: string;
              waterfallId: string;
          },
          IgApiError
          | RequestError
          | ParseError
          | TransportError,
          MobileDevice | GraphqlJsonHttp | MobileApplication,
      >