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 45 of file oidc_helper.c.
struct GNUNET_RECLAIM_Ticket OIDC_Parameters::ticket |
The reclaim ticket.
Definition at line 50 of file oidc_helper.c.
Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::nonce_len |
The nonce length.
Definition at line 55 of file oidc_helper.c.
Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::code_challenge_len |
The length of the PKCE code_challenge.
Definition at line 60 of file oidc_helper.c.
Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::attr_list_len |
The length of the attributes list.
Definition at line 65 of file oidc_helper.c.
Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().
uint32_t OIDC_Parameters::pres_list_len |
The length of the presentation list.
Definition at line 70 of file oidc_helper.c.
Referenced by OIDC_build_authz_code(), and OIDC_parse_authz_code().