summaryrefslogtreecommitdiffabout
path: root/include/opkele/oauth_ext.h
Unidiff
Diffstat (limited to 'include/opkele/oauth_ext.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/oauth_ext.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/opkele/oauth_ext.h b/include/opkele/oauth_ext.h
index 37a826b..657defa 100644
--- a/include/opkele/oauth_ext.h
+++ b/include/opkele/oauth_ext.h
@@ -15,21 +15,12 @@ namespace opkele {
15 * http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html 15 * http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html
16 */ 16 */
17 class oauth_ext_t : public extension_t { 17 class oauth_ext_t : public extension_t {
18 public: 18 public:
19 std::string m_consumer, m_scope, m_request_token; 19 std::string m_consumer, m_scope, m_request_token;
20 20
21 /**
22 * Consumer constructor.
23 * @param fr required fields
24 * @see fields_required
25 * @param fo optional fields
26 * @see fields_optional
27 * @param pu policy url
28 * @see policy_url
29 */
30 oauth_ext_t(const char *consumer = "", const char *scope = "") : m_consumer(consumer), m_scope(scope) { } 21 oauth_ext_t(const char *consumer = "", const char *scope = "") : m_consumer(consumer), m_scope(scope) { }
31 22
32 virtual void rp_checkid_hook(basic_openid_message& om); 23 virtual void rp_checkid_hook(basic_openid_message& om);
33 virtual void rp_id_res_hook(const basic_openid_message& om, 24 virtual void rp_id_res_hook(const basic_openid_message& om,
34 const basic_openid_message& sp); 25 const basic_openid_message& sp);
35 virtual void op_checkid_hook(const basic_openid_message& inm); 26 virtual void op_checkid_hook(const basic_openid_message& inm);