diff options
author | Ross Burton <ross@linux.intel.com> | 2010-05-26 15:28:21 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-05-26 15:28:21 +0100 |
commit | cc1c3fda9fb781eb50623ecf8aa5d246a13ff279 (patch) | |
tree | 1aa87e9dad10051b80b6297d5c59056e41d3c757 /docs/reference/rest/rest-sections.txt | |
parent | 44c991200bd5e8bc8be11e9fb8af9937abc1ae7c (diff) |
docs: add oauth2 proxy
Diffstat (limited to 'docs/reference/rest/rest-sections.txt')
-rw-r--r-- | docs/reference/rest/rest-sections.txt | 38 |
1 files changed, 38 insertions, 0 deletions
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 |