UNPKG

chromium-helper

Version:

CLI tool for searching and exploring Chromium source code via Google's official APIs

13 lines 439 B
export declare class AuthManager { private cookieFile; constructor(); authenticate(options?: { headless?: boolean; }): Promise<string>; getCookies(): Promise<string | null>; saveCookies(cookies: string): Promise<void>; clearCookies(): Promise<void>; checkAuth(): Promise<boolean>; } export declare function getAuthCookies(providedCookie?: string): Promise<string>; //# sourceMappingURL=auth.d.ts.map