gpt4 book ai didi

node.js - 如何撤销 Google OAuth 提供的 token ? NodeJS

转载 作者:太空宇宙 更新时间:2023-11-03 23:02:14 25 4
gpt4 key购买 nike

我已使用 oauth2 从 NodeJS 应用程序连接到 google plus,但如何撤销 token /断开连接?我在 NodeJS 的文档中找不到任何内容。

最佳答案

您可以使用 revokeToken 撤销 token 来自 google.auth.OAuth2 对象的函数:

oauth2Client.revokeToken(token, function(err, body) {

});

您还有revokeCredentials清除凭证对象并撤销其中的访问 token 的函数:

oauth2Client.revokeCredentials(function(err, body) {

});

关于node.js - 如何撤销 Google OAuth 提供的 token ? NodeJS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44781211/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com