UNPKG

@bhavinkumarvegad/playwright-email-utils

Version:

Reusable utilities for handling emails in Playwright tests from Yopmail, Gmail and other providers.

6 lines (5 loc) 253 B
export declare class GmailAuthUtils { private constructor(); static getAuthUrl(clientId: string, clientSecret: string): Promise<string>; static getRefreshToken(clientId: string, clientSecret: string, code: string): Promise<string | null>; }