OSDN Git Service

Version 0.6.159, fix X.Class & X.XHR.Gadget.
[pettanr/clientJs.git] / 0.6.x / js / 06_net / 10_XOAuth2.js
index ef18be5..8bdd18d 100644 (file)
@@ -1,4 +1,5 @@
 
+//{+oauth2"OAuth2 サービスの定義"(OAuth2外部サービスを定義し、認可プロセス・xhrの署名を自動化します)[+xhr]
 var X_NET_OAUTH2_detection      = new Function( 'w', 'try{return w.location.search}catch(e){}' ),
        X_NET_OAUTH2_authorizationWindow,
        X_NET_OAUTH2_authorizationTimerID;
@@ -399,3 +400,4 @@ function updateLocalStorage( cmd, that, name, value ){
        return pair[ name ];
 };
 
+//}+oauth2
\ No newline at end of file