oauth2-Examples:Oauth2 的示例

时间:2021-07-13 18:37:40
【文件属性】:
文件名称:oauth2-Examples:Oauth2 的示例
文件大小:8KB
文件格式:ZIP
更新时间:2021-07-13 18:37:40
ColdFusion Oauth2 Oauth2 的 CFC。 入门 不错的入门文档: : 基本 首先,填写您自己的 client_id、client_secret 和范围。 这些可以在 Google 开发者控制台中找到。 在 application.cfc 中进行更改。 <cfset application.oauth2 = new oauth2.oauth2( client_id = 'YOUR %Client ID%', client_secret = 'YOUR %Client secret%', redirect_uri = 'http://localhost/GoogleCal/oauth2/index.cfm', scope = 'https://www.googleapis.com/auth/calendar', state
【文件预览】:
oauth2-Examples-master
----box.json(1KB)
----refresh.cfm(106B)
----LICENSE(573B)
----oauth2()
--------box.json(967B)
--------LICENSE(573B)
--------oauth2.cfc(10KB)
--------README.md(328B)
----revoke.cfm(140B)
----application.cfc(1KB)
----index.cfm(1KB)
----README.md(876B)

网友评论