IGPAPI
    Preparing search index...

    Function RegistrationSetPassword

    • Step 4: Set the account password.

      Encrypts the password and calls password.async.

      Returns Effect<
          {
              regContext: string
              | null;
              regInfo: Record<string, unknown>;
              registrationFlowId: string;
              waterfallId: string;
          },
          | IgApiError
          | RequestError
          | ParseError
          | TransportError
          | PasswordEncryptionKeysUnavailableError,
          | PlainJsonApiHttp
          | MobileSession
          | MobileDevice
          | GraphqlJsonHttp
          | MobileApplication,
      >