The authorization ticket. More...
#include <gnunet_reclaim_service.h>
Data Fields | |
char | gns_name [63 *2+2] |
The ticket. More... | |
The authorization ticket.
This ticket is meant to be transferred out of band to a relying party. The contents of a ticket must be protected and should be treated as a shared secret between user and relying party.
Definition at line 75 of file gnunet_reclaim_service.h.
char GNUNET_RECLAIM_Ticket::gns_name[63 *2+2] |
The ticket.
A GNS name ending in the zTLD for identity. Base32(rnd).zTLD(identity) 0-terminated string.
Definition at line 83 of file gnunet_reclaim_service.h.
Referenced by GNUNET_RECLAIM_ticket_consume(), GNUNET_RECLAIM_ticket_revoke(), issue_ticket(), lookup_authz_cb(), OIDC_build_authz_code(), OIDC_parse_authz_code(), parse_ticket(), process_parallel_lookup_result(), RECLAIM_TICKETS_consume(), RECLAIM_TICKETS_revoke(), revoke_ticket_cont(), send_ticket_result(), start_process(), ticket_collect(), ticket_issue_cb(), ticket_iter(), ticket_iter_cb(), and token_endpoint().