GNUnet 0.21.1
GNUNET_RECLAIM_Credential Struct Reference

A credential. More...

#include <gnunet_reclaim_lib.h>

Collaboration diagram for GNUNET_RECLAIM_Credential:
[legend]

Data Fields

struct GNUNET_RECLAIM_Identifier id
 ID. More...
 
uint32_t type
 Type/Format of Claim. More...
 
uint32_t flag
 Flag. More...
 
const char * name
 The name of the credential. More...
 
size_t data_size
 Number of bytes in data. More...
 
const void * data
 Binary value stored as credential value. More...
 

Detailed Description

A credential.

Definition at line 159 of file gnunet_reclaim_lib.h.

Field Documentation

◆ id

◆ type

◆ flag

uint32_t GNUNET_RECLAIM_Credential::flag

Flag.

Definition at line 174 of file gnunet_reclaim_lib.h.

Referenced by GNUNET_RECLAIM_credential_new().

◆ name

const char* GNUNET_RECLAIM_Credential::name

The name of the credential.

Note: must never be individually free'd

Definition at line 180 of file gnunet_reclaim_lib.h.

Referenced by cred_collect(), cred_iter_cb(), delete_credential_cont(), GNUNET_RECLAIM_credential_list_dup(), GNUNET_RECLAIM_credential_new(), oidc_cred_collect(), and update_tickets().

◆ data_size

◆ data


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