diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-19 00:09:52 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-19 00:09:52 +0000 |
commit | ddf34aa2e69d6c90b4fe95516168254a80eb32f3 (patch) | |
tree | 7e5273c1e222b2cb8d523f2bc4087fe15bc9bcb2 /sca-cpp/trunk/modules/oauth/oauth.composite | |
parent | b796454ac3a94879f122cc19ddec5a7ff87fe5ee (diff) |
Improvements to the oauth module and support for oauth 1.0a using liboauth.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/oauth/oauth.composite')
-rw-r--r-- | sca-cpp/trunk/modules/oauth/oauth.composite | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/oauth/oauth.composite b/sca-cpp/trunk/modules/oauth/oauth.composite index b1fc095ce5..0119db22c9 100644 --- a/sca-cpp/trunk/modules/oauth/oauth.composite +++ b/sca-cpp/trunk/modules/oauth/oauth.composite @@ -32,8 +32,12 @@ <service name="info"> <t:binding.jsonrpc uri="info"/> </service> - <property name="user">anonymous</property> - <property name="email">anonymous@example.com</property> + <property name="user">?</property> + <property name="email">?</property> + <property name="nickname">?</property> + <property name="fullname">?</property> + <property name="firstname">?</property> + <property name="lastname">?</property> </component> </composite> |