-rw-r--r-- | include/opkele/extension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opkele/extension.h b/include/opkele/extension.h index a9d301b..2248324 100644 --- a/include/opkele/extension.h +++ b/include/opkele/extension.h | |||
@@ -9,17 +9,17 @@ | |||
9 | #include <opkele/types.h> | 9 | #include <opkele/types.h> |
10 | 10 | ||
11 | /** | 11 | /** |
12 | * @brief the main opkele namespace | 12 | * @brief the main opkele namespace |
13 | */ | 13 | */ |
14 | namespace opkele { | 14 | namespace opkele { |
15 | 15 | ||
16 | /** | 16 | /** |
17 | * OpenID consumer extension hooks base class | 17 | * OpenID extension hooks base class |
18 | */ | 18 | */ |
19 | class extension_t { | 19 | class extension_t { |
20 | public: | 20 | public: |
21 | /** | 21 | /** |
22 | * hook called by consumer before submitting data to OpenID server. | 22 | * hook called by consumer before submitting data to OpenID server. |
23 | * It is supposed to manipulate parameters list. | 23 | * It is supposed to manipulate parameters list. |
24 | * @param p parameters about to be submitted to server | 24 | * @param p parameters about to be submitted to server |
25 | * @param identity identity being verified. It may differ from the | 25 | * @param identity identity being verified. It may differ from the |