OIDC needed variables. More...
Data Fields | |
struct GNUNET_CRYPTO_PublicKey | client_pkey |
The RP client public key. More... | |
char * | client_id |
The OIDC client id of the RP. More... | |
char * | redirect_uri |
The OIDC redirect uri. More... | |
char * | scope |
The list of oidc scopes. More... | |
char * | state |
The OIDC state. More... | |
char * | nonce |
The OIDC nonce. More... | |
char * | claims |
The OIDC claims. More... | |
char * | response_type |
The OIDC response type. More... | |
char * | login_identity |
The identity chosen by the user to login. More... | |
int | user_cancelled |
User cancelled authorization/login. More... | |
char * | code_challenge |
The PKCE code_challenge. More... | |
char * | code_verifier |
The PKCE code_verifier. More... | |
OIDC needed variables.
Definition at line 329 of file openid_plugin.c.
struct GNUNET_CRYPTO_PublicKey OIDC_Variables::client_pkey |
The RP client public key.
Definition at line 318 of file openid_plugin.c.
char* OIDC_Variables::client_id |
The OIDC client id of the RP.
Definition at line 339 of file openid_plugin.c.
char* OIDC_Variables::redirect_uri |
The OIDC redirect uri.
Definition at line 344 of file openid_plugin.c.
char* OIDC_Variables::scope |
The list of oidc scopes.
Definition at line 349 of file openid_plugin.c.
char* OIDC_Variables::state |
The OIDC state.
Definition at line 354 of file openid_plugin.c.
Referenced by httpdomain.autohttp.bottle.AutobottleDirective::run(), httpdomain.autohttp.flask.AutoflaskDirective::run(), httpdomain.autohttp.flaskqref.QuickReferenceFlaskDirective::run(), httpdomain.autohttp.tornado.AutoTornadoDirective::run(), and typescriptdomain.TypeScriptDefinition::run().
char* OIDC_Variables::nonce |
The OIDC nonce.
Definition at line 359 of file openid_plugin.c.
char* OIDC_Variables::claims |
The OIDC claims.
Definition at line 364 of file openid_plugin.c.
char* OIDC_Variables::response_type |
The OIDC response type.
Definition at line 369 of file openid_plugin.c.
char* OIDC_Variables::login_identity |
The identity chosen by the user to login.
Definition at line 374 of file openid_plugin.c.
int OIDC_Variables::user_cancelled |
User cancelled authorization/login.
Definition at line 379 of file openid_plugin.c.
char* OIDC_Variables::code_challenge |
The PKCE code_challenge.
Definition at line 384 of file openid_plugin.c.
char* OIDC_Variables::code_verifier |
The PKCE code_verifier.
Definition at line 389 of file openid_plugin.c.