From: Schanzenbach, Martin Date: Sun, 17 Sep 2017 19:12:09 +0000 (+0200) Subject: -add comments X-Git-Tag: gnunet-0.11.0rc0~24^2~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e7ada0b9a26394e20b8562421799370299bff0d;p=oweals%2Fgnunet.git -add comments --- 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 const struct GNUNET_IDENTITY_PROVIDER_Token *token, uint64_t ticket_nonce); -/** +/** TODO DEPRECATED * Method called when a token has been issued. * On success returns a ticket that can be given to the audience to retrive the * token @@ -348,7 +348,7 @@ typedef void const struct GNUNET_IDENTITY_PROVIDER_Ticket2 *ticket); -/** TODO +/** * Issues a ticket to another identity. The identity may use * @GNUNET_IDENTITY_PROVIDER_authorization_ticket_consume to consume the ticket * and retrieve the attributes specified in the AttributeList. @@ -439,7 +439,7 @@ GNUNET_IDENTITY_PROVIDER_rp_attributes_list (struct GNUNET_IDENTITY_PROVIDER_Han GNUNET_IDENTITY_PROVIDER_AttributeResult *cb, void *cb_cls); -/** +/** TODO remove DEPRECATED * Issue a token for a specific audience. * * @param id identity provider service to use @@ -464,7 +464,7 @@ GNUNET_IDENTITY_PROVIDER_issue_token (struct GNUNET_IDENTITY_PROVIDER_Handle *id void *cb_cls); -/** +/** TODO remove DEPRECATED * Exchange a ticket for a token. Intended to be used by audience that * received a ticket. *