File size: 237 Bytes
9a92a42
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { google } from "googleapis";
import { GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET } from "../config/env.config";

export const oauth2Client = new google.auth.OAuth2(
    GOOGLE_CLIENT_ID,
    GOOGLE_CLIENT_SECRET,
    'postmessage'
);