Login

Date

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

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

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

    Parameters

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

    Returns Promise<LoginResponse>

    Date

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

    Async

Generated using TypeDoc