summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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