summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-05-26 15:28:21 +0100
committerRoss Burton <ross@linux.intel.com>2010-05-26 15:28:21 +0100
commitcc1c3fda9fb781eb50623ecf8aa5d246a13ff279 (patch)
tree1aa87e9dad10051b80b6297d5c59056e41d3c757 /docs
parent44c991200bd5e8bc8be11e9fb8af9937abc1ae7c (diff)
downloadlibrest-cc1c3fda9fb781eb50623ecf8aa5d246a13ff279.tar.gz
docs: add oauth2 proxy
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-docs.sgml2
-rw-r--r--docs/reference/rest/rest-sections.txt38
-rw-r--r--docs/reference/rest/rest.types2
3 files changed, 42 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml
index 9e59663..9b90b99 100644
--- a/docs/reference/rest/rest-docs.sgml
+++ b/docs/reference/rest/rest-docs.sgml
@@ -12,6 +12,8 @@
<xi:include href="xml/rest-proxy-call.xml"/>
<xi:include href="xml/oauth-proxy.xml"/>
<xi:include href="xml/oauth-proxy-call.xml"/>
+ <xi:include href="xml/oauth2-proxy.xml"/>
+ <xi:include href="xml/oauth2-proxy-call.xml"/>
</chapter>
<chapter>
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index cce34f6..d8fb8b9 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -65,6 +65,44 @@ rest_proxy_call_error_quark
</SECTION>
<SECTION>
+<FILE>oauth2-proxy</FILE>
+<TITLE>OAuth2Proxy</TITLE>
+OAuth2ProxyPrivate
+OAuth2Proxy
+OAuth2ProxyClass
+oauth2_proxy_new
+oauth2_proxy_new_with_token
+oauth2_proxy_build_login_url_full
+oauth2_proxy_build_login_url
+oauth2_proxy_get_access_token
+oauth2_proxy_set_access_token
+oauth2_proxy_extract_access_token
+<SUBSECTION Standard>
+OAUTH2_PROXY
+OAUTH2_IS_PROXY
+OAUTH2_TYPE_PROXY
+oauth2_proxy_get_type
+OAUTH2_PROXY_CLASS
+OAUTH2_IS_PROXY_CLASS
+OAUTH2_PROXY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>oauth2-proxy-call</FILE>
+<TITLE>OAuth2ProxyCall</TITLE>
+OAuth2ProxyCall
+OAuth2ProxyCallClass
+<SUBSECTION Standard>
+OAUTH2_PROXY_CALL
+OAUTH2_IS_PROXY_CALL
+OAUTH2_TYPE_PROXY_CALL
+oauth2_proxy_call_get_type
+OAUTH2_PROXY_CALL_CLASS
+OAUTH2_IS_PROXY_CALL_CLASS
+OAUTH2_PROXY_CALL_GET_CLASS
+</SECTION>
+
+<SECTION>
<FILE>rest-proxy</FILE>
<TITLE>RestProxy</TITLE>
RestProxy
diff --git a/docs/reference/rest/rest.types b/docs/reference/rest/rest.types
index b710397..6ee6da9 100644
--- a/docs/reference/rest/rest.types
+++ b/docs/reference/rest/rest.types
@@ -3,3 +3,5 @@ rest_proxy_get_type
rest_proxy_call_get_type
oauth_proxy_get_type
oauth_proxy_call_get_type
+oauth2_proxy_get_type
+oauth2_proxy_call_get_type