From cc1c3fda9fb781eb50623ecf8aa5d246a13ff279 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 May 2010 15:28:21 +0100 Subject: docs: add oauth2 proxy --- docs/reference/rest/rest-docs.sgml | 2 ++ docs/reference/rest/rest-sections.txt | 38 +++++++++++++++++++++++++++++++++++ docs/reference/rest/rest.types | 2 ++ 3 files changed, 42 insertions(+) (limited to 'docs') 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 @@ + + 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 @@ -64,6 +64,44 @@ REST_PROXY_CALL_GET_CLASS rest_proxy_call_error_quark +
+oauth2-proxy +OAuth2Proxy +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 + +OAUTH2_PROXY +OAUTH2_IS_PROXY +OAUTH2_TYPE_PROXY +oauth2_proxy_get_type +OAUTH2_PROXY_CLASS +OAUTH2_IS_PROXY_CLASS +OAUTH2_PROXY_GET_CLASS +
+ +
+oauth2-proxy-call +OAuth2ProxyCall +OAuth2ProxyCall +OAuth2ProxyCallClass + +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 +
+
rest-proxy 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 -- cgit v1.2.1