@vk-io/authorization
    Preparing search index...

    Class ImplicitFlowUser

    Hierarchy (View Summary)

    Index

    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;
          },
      >