GNUnet 0.21.1
OIDC_Parameters Struct Reference

The signature used to generate the authorization code. More...

Collaboration diagram for OIDC_Parameters:
[legend]

Data Fields

struct GNUNET_RECLAIM_Ticket ticket
 The reclaim ticket. More...
 
uint32_t nonce_len
 The nonce length. More...
 
uint32_t code_challenge_len
 The length of the PKCE code_challenge. More...
 
uint32_t attr_list_len
 The length of the attributes list. More...
 
uint32_t pres_list_len
 The length of the presentation list. More...
 

Detailed Description

The signature used to generate the authorization code.

Definition at line 44 of file oidc_helper.c.

Field Documentation

◆ ticket

struct GNUNET_RECLAIM_Ticket OIDC_Parameters::ticket

The reclaim ticket.

Definition at line 49 of file oidc_helper.c.

Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().

◆ nonce_len

uint32_t OIDC_Parameters::nonce_len

The nonce length.

Definition at line 54 of file oidc_helper.c.

Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().

◆ code_challenge_len

uint32_t OIDC_Parameters::code_challenge_len

The length of the PKCE code_challenge.

Definition at line 59 of file oidc_helper.c.

Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().

◆ attr_list_len

uint32_t OIDC_Parameters::attr_list_len

The length of the attributes list.

Definition at line 64 of file oidc_helper.c.

Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().

◆ pres_list_len

uint32_t OIDC_Parameters::pres_list_len

The length of the presentation list.

Definition at line 69 of file oidc_helper.c.

Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().


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