The signature used to generate the authorization code. More...
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... | |
The signature used to generate the authorization code.
Definition at line 44 of file oidc_helper.c.
struct GNUNET_RECLAIM_Ticket OIDC_Parameters::ticket |
The reclaim ticket.
Definition at line 931 of file oidc_helper.c.
Referenced by check_code_challenge(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::nonce_len |
The nonce length.
Definition at line 54 of file oidc_helper.c.
Referenced by check_code_challenge(), and OIDC_parse_authz_code().
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 check_code_challenge(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::attr_list_len |
The length of the attributes list.
Definition at line 64 of file oidc_helper.c.
Referenced by check_code_challenge(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::pres_list_len |
The length of the presentation list.
Definition at line 69 of file oidc_helper.c.
Referenced by check_code_challenge(), and OIDC_parse_authz_code().