aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index c6259d745..fef79fb10 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -2478,13 +2478,12 @@ userinfo_endpoint (struct GNUNET_REST_RequestHandle *con_handle,
2478 * with 'NULL' for 'ego'. That does NOT mean that the callback won't 2478 * with 'NULL' for 'ego'. That does NOT mean that the callback won't
2479 * be invoked in the future or that there was an error. 2479 * be invoked in the future or that there was an error.
2480 * 2480 *
2481 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', 2481 * When used with 'GNUNET_IDENTITY_create' or 'GNUNET_IDENTITY_get', this
2482 * this function is only called ONCE, and 'NULL' being passed in 2482 * function is only called ONCE, and 'NULL' being passed in 'ego' does
2483 * 'ego' does indicate an error (i.e. name is taken or no default 2483 * indicate an error (for example because name is taken or no default value is
2484 * value is known). If 'ego' is non-NULL and if '*ctx' 2484 * known). If 'ego' is non-NULL and if '*ctx' is set in those callbacks, the
2485 * is set in those callbacks, the value WILL be passed to a subsequent 2485 * value WILL be passed to a subsequent call to the identity callback of
2486 * call to the identity callback of 'GNUNET_IDENTITY_connect' (if 2486 * 'GNUNET_IDENTITY_connect' (if that one was not NULL).
2487 * that one was not NULL).
2488 * 2487 *
2489 * When an identity is renamed, this function is called with the 2488 * When an identity is renamed, this function is called with the
2490 * (known) ego but the NEW identifier. 2489 * (known) ego but the NEW identifier.