我有一个存储 Google 驱动器 OAuth 2.0 令牌的数据库。
有数千条记录,我才意识到我忘记将 google id 保存在数据库中。
是否可以从这种数据库记录中找到 google id:
{"access_token":"XXXXXXXXXXX","token_type":"Bearer","expires_in":3600,"id_token":"YYYYYYYY","created":1379455302}
这是我的配置:
Access Type: online
Approuval: Auto
Scopes: https://www.googleapis.com/auth/drive, https://www.googleapis.com/auth/userinfo.email, https://www.googleapis.com/auth/userinfo.profile