Credential is returned from the idp. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Message header. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint16_t | credential_len |
Length of serialized attribute data. More... | |
uint16_t | key_len |
The length of the public key. More... | |
Credential is returned from the idp.
struct GNUNET_MessageHeader CredentialResultMessage::header |
uint32_t CredentialResultMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 178 of file reclaim.h.
Referenced by cred_iter_cb(), and cred_iter_finished().
uint16_t CredentialResultMessage::credential_len |
Length of serialized attribute data.
Definition at line 183 of file reclaim.h.
Referenced by cred_iter_cb(), and cred_iter_finished().
uint16_t CredentialResultMessage::key_len |
The length of the public key.
Definition at line 188 of file reclaim.h.
Referenced by cred_iter_cb(), and cred_iter_finished().