获取您的 Google API 客户端 ID
Google 登录功能可管理 OAuth 2.0 流程和令牌生命周期,从而简化与 Google API 的集成。用户可以随时选择撤消对某个应用的访问权限。
您必须先创建一个客户端 ID,并且需要调用 3P Authorization API,然后才能将 Google 第三方授权库集成到您的网站中。
如需创建 Google API 控制台项目和客户端 ID,请点击以下按钮:
配置项目
配置项目时,请选择 Web 浏览器客户端类型,并指定应用的来源 URI。执行测试时,必须将 http://localhost
和 http://localhost:<port_number>
添加到“已获授权的 JavaScript 来源”字段。
配置完成后,记下所创建的客户端 ID。您需要客户端 ID 才能完成后续步骤。(系统还会创建一个客户端密钥,但您只需在服务器端操作时使用该密钥。)
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-09。
[null,null,["最后更新时间 (UTC):2024-11-09。"],[[["Google Sign-In streamlines the use of Google APIs by managing the OAuth 2.0 flow and token lifecycle, allowing users to revoke access at any time."],["Before integrating Google 3P Authorization, you need to create a client ID within a Google API Console project, specifying the Web browser client type and authorized origins including localhost for testing."],["After project configuration, note the generated client ID, which is essential for subsequent integration steps."]]],[]]