From a47971aefd2bee45f4e57dd1fc3ea24bb370881f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Jun 2014 18:32:40 +0200 Subject: Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation. --- doc/old/html/oauth_8php.html | 160 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 doc/old/html/oauth_8php.html (limited to 'doc/old/html/oauth_8php.html') diff --git a/doc/old/html/oauth_8php.html b/doc/old/html/oauth_8php.html new file mode 100644 index 000000000..a9e782687 --- /dev/null +++ b/doc/old/html/oauth_8php.html @@ -0,0 +1,160 @@ + + + + + + +The Red Matrix: include/oauth.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
oauth.php File Reference
+
+
+ + + + + + +

+Classes

class  FKOAuthDataStore
 
class  FKOAuth1
 
+ + + + + +

+Variables

const REQUEST_TOKEN_DURATION 300
 
const ACCESS_TOKEN_DURATION 31536000
 
+

Variable Documentation

+ +
+
+ + + + +
const ACCESS_TOKEN_DURATION 31536000
+
+
+ +
+
+ + + + +
const REQUEST_TOKEN_DURATION 300
+
+

OAuth server Based on oauth2-php http://code.google.com/p/oauth2-php/

+ +

Referenced by FKOAuthDataStore\new_request_token().

+ +
+
+
+
+ -- cgit v1.2.3