UNPKG

gmail-to-exchange365

Version:

Complete Gmail to Exchange 365 migration tool with UI - Migrate emails, attachments, and folders seamlessly

5 lines 460 B
export declare function getGoogleOAuthClient(): import("google-auth-library").OAuth2Client; export declare function generateGoogleAuthUrl(): string; export declare function exchangeGoogleCode(code: string): Promise<import("google-auth-library").Credentials>; export declare function refreshGoogleToken(refreshToken: string): Promise<import("google-auth-library/build/src/auth/oauth2client").RefreshAccessTokenResponse>; //# sourceMappingURL=googleAuth.d.ts.map