C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2014-12-14 15:35:16
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-5-issuing-tokens/September 30, 2013 · 0 Comments本文整理核發 Access Token (issuing) 與換發 Access Token (refreshing) 的規格。本來 Spec 裡面是分別寫在 Section 5 和 Section 6 的,不過因為 Endpoint 都是 Token Endpoint (除了 .........【阅读全文】
发布时间:2014-12-14 15:08:19
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-4-4-client-credentials-grant-flow/September 30, 2013 · 3 Comments即 Client ID + Client Secret 。適用於跑在 Server 的 Client 。如果是以下情況的話,就可以使用這個流程:Client 自己就是 Resource Owner ,Client 取用.........【阅读全文】
发布时间:2014-12-14 14:57:29
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-4-2-implicit-grant-flow/September 30, 2013 · 0 Comments在 Implicit Grant Flow 裡,Authorization Server 直接向 Client 核發 Access Token ,而不像 Authorization Code Grant Flow ,先核發 Grant ,再另外去拿 Access Token。Au.........【阅读全文】
发布时间:2014-12-14 13:13:18
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-4-1-auth-code-grant-flow/September 30, 2013 · 2 Comments在 Authorization Grant Code Flow 裡,Client 不直接向 Resource Owner 要求許可,而是把 Resource Owner 導去 Authorization Server 要求許可, Authorization Server 再透過轉.........【阅读全文】
发布时间:2014-12-14 11:11:24
文章来源:http://blog.yorkxin.org/posts/2013/09/30/oauth2-4-3-resource-owner-credentials-grant-flow/September 30, 2013 · 0 Comments在 Resource Owner Password Credentials Grant Flow 流程裡, Resource Owner 自己的帳號密碼會直接用來當做 Authorization Grant ,並傳遞給 Authorization S.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。