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 328 of file openid_plugin.c.
struct GNUNET_CRYPTO_PublicKey OIDC_Variables::client_pkey |
The RP client public key.
Definition at line 333 of file openid_plugin.c.
char* OIDC_Variables::client_id |
The OIDC client id of the RP.
Definition at line 338 of file openid_plugin.c.
char* OIDC_Variables::redirect_uri |
The OIDC redirect uri.
Definition at line 343 of file openid_plugin.c.
char* OIDC_Variables::scope |
The list of oidc scopes.
Definition at line 348 of file openid_plugin.c.
char* OIDC_Variables::state |
The OIDC state.
Definition at line 353 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 358 of file openid_plugin.c.
char* OIDC_Variables::claims |
The OIDC claims.
Definition at line 363 of file openid_plugin.c.
char* OIDC_Variables::response_type |
The OIDC response type.
Definition at line 368 of file openid_plugin.c.
char* OIDC_Variables::login_identity |
The identity chosen by the user to login.
Definition at line 373 of file openid_plugin.c.
int OIDC_Variables::user_cancelled |
User cancelled authorization/login.
Definition at line 378 of file openid_plugin.c.
char* OIDC_Variables::code_challenge |
The PKCE code_challenge.
Definition at line 383 of file openid_plugin.c.
char* OIDC_Variables::code_verifier |
The PKCE code_verifier.
Definition at line 388 of file openid_plugin.c.