作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用的应用程序为给定的(Google 帐户、应用程序)对存储多个刷新 token 。
从我们的数据库中删除刷新 token 时,我们希望使该 token 失效,但不会使为该 token (Google 帐户、应用程序)颁发的任何其他当前有效的刷新 token 无效。
使用 https://accounts.google.com/o/oauth2/revoke?token= { token }似乎使(Google 帐户、应用程序)的所有刷新 token 无效。
问题:有没有办法使单个刷新 token 失效?
最佳答案
我猜目前没有办法。
关于google-api - 谷歌 OAuth2 : Programatically revoking a specific refresh token (but not access to app),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22182514/
我是一名优秀的程序员,十分优秀!