Login

2/1/2024 - 3:10:50 PM

Login

Constructors

Methods

Constructors

Methods

  • Login. Send "XXXXXX" as the twoFactorCode when 2FA is disabled.

    Parameters

    • param0: {
          authVersion: AuthVersion;
          email: string;
          password: string;
          twoFactorCode?: string;
      }

    Returns Promise<LoginResponse>

    2/1/2024 - 3:10:59 PM