1passport.authenticate('google', { scope: ['https://www.googleapis.com/auth/userinfo.profile',
2 'https://www.googleapis.com/auth/userinfo.email'],
3 accessType: 'offline', approvalPrompt: 'force' });