0

谷歌 API 是否允许我们获取“通过谷歌认证的用户 3rd 方应用程序列表”?我在文档中找不到任何参考资料。但是,它似乎应该在 API https://support.google.com/a/answer/6294828?hl=en#zippy=%2Cautoprovisioning-status

4

1 回答 1

0

If I understand correctly what you need is to get the list of all the third party apps that your users have logged into using their Google accounts using the Google APIs. If so, what you can use is the tokens.list method, that way your will retrieve all the tokens a user has issued to 3rd party applications.

You can use the displayText and clientId values you get in the response to identify the app, and check the scopes to see the permissions of the app.

于 2022-01-25T16:46:10.907 回答