Hierarchy (view full)

Constructors

Properties

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

Accessors

Methods

  • Starts authorization

    Returns Promise<{
        email: undefined | string;
        expires: undefined | number;
        token: string;
        userId: undefined | number;
    }>

Generated using TypeDoc