GNUnet 0.21.1
GNUNET_RECLAIM_Ticket Struct Reference

The authorization ticket. More...

#include <gnunet_reclaim_service.h>

Collaboration diagram for GNUNET_RECLAIM_Ticket:
[legend]

Data Fields

struct GNUNET_CRYPTO_PublicKey identity
 The ticket issuer (= the user) More...
 
struct GNUNET_CRYPTO_PublicKey audience
 The ticket audience (= relying party) More...
 
struct GNUNET_RECLAIM_Identifier rnd
 The ticket random identifier. More...
 

Detailed Description

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 72 of file gnunet_reclaim_service.h.

Field Documentation

◆ identity

◆ audience

◆ rnd


The documentation for this struct was generated from the following file: