-rw-r--r-- | include/opkele/ax.h | 6 | ||||
-rw-r--r-- | include/opkele/oauth_ext.h | 9 |
2 files changed, 3 insertions, 12 deletions
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 | |||
@@ -13,4 +13,4 @@ namespace opkele { | |||
13 | /** | 13 | /** |
14 | * OpenID simple registration extension implementation | 14 | * OpenID attribute exchange extension implementation |
15 | * http://openid.net/specs/openid-simple-registration-extension-1_0.html | 15 | * http://openid.net/specs/openid-attribute-exchange-1_0.html |
16 | */ | 16 | */ |
@@ -82,3 +82,3 @@ namespace opkele { | |||
82 | 82 | ||
83 | #endif /* __OPKELE_SREG_H */ | 83 | #endif /* __OPKELE_AX_H */ |
84 | 84 | ||
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 | |||
@@ -20,11 +20,2 @@ namespace opkele { | |||
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) { } |