summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-04-28 18:30:03 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-04-28 18:30:03 -0400
commit5969e44354387824538af1e34832d56231e92623 (patch)
tree0b519b54d79c0f626f16370a23a652d456334467 /doc
parent22f0db51382fab43550108f6d8fba9616895f988 (diff)
Streamline identity handling for OAuth2 based services
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/goa-sections.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/goa-sections.txt b/doc/goa-sections.txt
index 9df5258..5f7948e 100644
--- a/doc/goa-sections.txt
+++ b/doc/goa-sections.txt
@@ -254,6 +254,8 @@ goa_oauth2_based_call_get_access_token
goa_oauth2_based_call_get_access_token_finish
goa_oauth2_based_call_get_access_token_sync
goa_oauth2_based_complete_get_access_token
+goa_oauth2_based_set_identity
+goa_oauth2_based_get_identity
GoaOAuth2BasedProxy
GoaOAuth2BasedProxyClass
goa_oauth2_based_proxy_new
@@ -375,8 +377,8 @@ goa_backend_oauth2_provider_get_redirect_uri
goa_backend_oauth2_provider_get_scope
goa_backend_oauth2_provider_get_client_id
goa_backend_oauth2_provider_get_client_secret
-goa_backend_oauth2_provider_get_identity_sync
-goa_backend_oauth2_provider_get_identity_from_object
+goa_backend_oauth2_provider_get_identity
+goa_backend_oauth2_provider_get_identity_finish
goa_backend_oauth2_provider_get_access_token
goa_backend_oauth2_provider_get_access_token_finish
<SUBSECTION Standard>