Hierarchy (view full)

Constructors

Properties

captchaAttempts: number = 0
captchaValidate?: ICallbackServiceValidate
fetchCookie: FetchWrapper
groupIds: number[]
jar: CookieJar
started: boolean
twoFactorAttempts: number = 0
twoFactorValidate?: ICallbackServiceValidate

Accessors

Methods

  • Starts authorization

    Returns Promise<{
        groups: {
            expires: number;
            groupId: number;
            token: string;
        }[];
    }>

Generated using TypeDoc