author | Michael Krelin <hacker@klever.net> | 2009-12-22 21:40:18 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-12-22 21:40:18 (UTC) |
commit | 282e937cefbca9ebb564e83e79f5e5b136ec960d (patch) (side-by-side diff) | |
tree | 31c2ae20899825157b90216f1e1c71ee1c7e1122 /include/opkele/oauth_ext.h | |
parent | 142ca30cad85769067419a9ed5b60501af67e17c (diff) | |
download | libopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.zip libopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.tar.gz libopkele-282e937cefbca9ebb564e83e79f5e5b136ec960d.tar.bz2 |
minor cleanup of ax/oauth code
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/opkele/oauth_ext.h | 9 |
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 @@ -17,17 +17,8 @@ namespace opkele { class oauth_ext_t : public extension_t { public: std::string m_consumer, m_scope, m_request_token; - /** - * Consumer constructor. - * @param fr required fields - * @see fields_required - * @param fo optional fields - * @see fields_optional - * @param pu policy url - * @see policy_url - */ oauth_ext_t(const char *consumer = "", const char *scope = "") : m_consumer(consumer), m_scope(scope) { } virtual void rp_checkid_hook(basic_openid_message& om); virtual void rp_id_res_hook(const basic_openid_message& om, |