📜  谷歌身份验证护照js中未定义的刷新令牌 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:32.398000             🧑  作者: Mango

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