GoogleStrategy passport refresh token not coming code example
Example: refresh token undefined in google auth passport js
passport.authenticate('google', { scope: ['https://www.googleapis.com/auth/userinfo.profile',
'https://www.googleapis.com/auth/userinfo.email'],
accessType: 'offline', approvalPrompt: 'force' });