summaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_provider_service.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-17 21:12:09 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-17 21:12:09 +0200
commit7e7ada0b9a26394e20b8562421799370299bff0d (patch)
tree0bc8b8caa66b247771a9a5b3d71f1e4bbc2d64b9 /src/include/gnunet_identity_provider_service.h
parent0469377fd49450c1d7853c5ceecf08be9ce8df75 (diff)
downloadgnunet-7e7ada0b9a26394e20b8562421799370299bff0d.tar.gz
gnunet-7e7ada0b9a26394e20b8562421799370299bff0d.zip
-add comments
Diffstat (limited to 'src/include/gnunet_identity_provider_service.h')
-rw-r--r--src/include/gnunet_identity_provider_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_identity_provider_service.h b/src/include/gnunet_identity_provider_service.h
index cc71646bc..7aaae2e85 100644
--- a/src/include/gnunet_identity_provider_service.h
+++ b/src/include/gnunet_identity_provider_service.h
@@ -181,7 +181,7 @@ typedef void
181 const struct GNUNET_IDENTITY_PROVIDER_Token *token, 181 const struct GNUNET_IDENTITY_PROVIDER_Token *token,
182 uint64_t ticket_nonce); 182 uint64_t ticket_nonce);
183 183
184/** 184/** TODO DEPRECATED
185 * Method called when a token has been issued. 185 * Method called when a token has been issued.
186 * On success returns a ticket that can be given to the audience to retrive the 186 * On success returns a ticket that can be given to the audience to retrive the
187 * token 187 * token
@@ -348,7 +348,7 @@ typedef void
348 const struct GNUNET_IDENTITY_PROVIDER_Ticket2 *ticket); 348 const struct GNUNET_IDENTITY_PROVIDER_Ticket2 *ticket);
349 349
350 350
351/** TODO 351/**
352 * Issues a ticket to another identity. The identity may use 352 * Issues a ticket to another identity. The identity may use
353 * @GNUNET_IDENTITY_PROVIDER_authorization_ticket_consume to consume the ticket 353 * @GNUNET_IDENTITY_PROVIDER_authorization_ticket_consume to consume the ticket
354 * and retrieve the attributes specified in the AttributeList. 354 * and retrieve the attributes specified in the AttributeList.
@@ -439,7 +439,7 @@ GNUNET_IDENTITY_PROVIDER_rp_attributes_list (struct GNUNET_IDENTITY_PROVIDER_Han
439 GNUNET_IDENTITY_PROVIDER_AttributeResult *cb, 439 GNUNET_IDENTITY_PROVIDER_AttributeResult *cb,
440 void *cb_cls); 440 void *cb_cls);
441 441
442/** 442/** TODO remove DEPRECATED
443 * Issue a token for a specific audience. 443 * Issue a token for a specific audience.
444 * 444 *
445 * @param id identity provider service to use 445 * @param id identity provider service to use
@@ -464,7 +464,7 @@ GNUNET_IDENTITY_PROVIDER_issue_token (struct GNUNET_IDENTITY_PROVIDER_Handle *id
464 void *cb_cls); 464 void *cb_cls);
465 465
466 466
467/** 467/** TODO remove DEPRECATED
468 * Exchange a ticket for a token. Intended to be used by audience that 468 * Exchange a ticket for a token. Intended to be used by audience that
469 * received a ticket. 469 * received a ticket.
470 * 470 *