From 282e937cefbca9ebb564e83e79f5e5b136ec960d Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 22 Dec 2009 21:40:18 +0000 Subject: minor cleanup of ax/oauth code Signed-off-by: Michael Krelin --- diff --git a/include/opkele/ax.h b/include/opkele/ax.h index 996d756..ba629c1 100644 --- a/include/opkele/ax.h +++ b/include/opkele/ax.h @@ -11,8 +11,8 @@ namespace opkele { /** - * OpenID simple registration extension implementation - * http://openid.net/specs/openid-simple-registration-extension-1_0.html + * OpenID attribute exchange extension implementation + * http://openid.net/specs/openid-attribute-exchange-1_0.html */ class ax_t : public extension_t { public: @@ -80,5 +80,5 @@ namespace opkele { }; } -#endif /* __OPKELE_SREG_H */ +#endif /* __OPKELE_AX_H */ 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 @@ -18,15 +18,6 @@ namespace opkele { 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); -- cgit v0.9.0.2