'&scope=email profile' + '&response_type=code' + '&redirect_uri=' + process.env.GOOGLE_REDIRECT_URI + '&state=' + channel // state parameter will be passed to the redirect_uri );
'&scope=email profile' + '&response_type=code' + '&redirect_uri=' + process.env.GOOGLE_REDIRECT_URI + '&state=' + channel // state parameter will be passed to the redirect_uri );