|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | client_id |
| char * | client_secret |
| char * | ca_file |
| const char * | discovery_uri |
| const char * | issuer_id |
| const char * | scope |
| enum OAuthStep | step |
| int | timerfd |
| pgsocket | mux |
| CURLM * | curlm |
| CURL * | curl |
| struct curl_slist * | headers |
| PQExpBufferData | work_data |
| const char * | errctx |
| PQExpBufferData | errbuf |
| char | curl_err [CURL_ERROR_SIZE] |
| struct provider | provider |
| struct device_authz | authz |
| int | running |
| bool | user_prompted |
| bool | used_basic_auth |
| uint32 | debug_flags |
| int | dbg_num_calls |
Definition at line 220 of file oauth-curl.c.
| struct device_authz async_ctx::authz |
Definition at line 278 of file oauth-curl.c.
| char* async_ctx::ca_file |
Definition at line 225 of file oauth-curl.c.
| char* async_ctx::client_id |
Definition at line 223 of file oauth-curl.c.
Referenced by oauth_server.OAuthHandler::_check_authn(), oauth_server.OAuthHandler::_remove_token_state(), and oauth_server.OAuthHandler::_token_state().
| char* async_ctx::client_secret |
Definition at line 224 of file oauth-curl.c.
| CURL* async_ctx::curl |
Definition at line 240 of file oauth-curl.c.
| char async_ctx::curl_err[CURL_ERROR_SIZE] |
Definition at line 271 of file oauth-curl.c.
| CURLM* async_ctx::curlm |
Definition at line 238 of file oauth-curl.c.
| int async_ctx::dbg_num_calls |
Definition at line 284 of file oauth-curl.c.
| uint32 async_ctx::debug_flags |
Definition at line 283 of file oauth-curl.c.
Definition at line 228 of file oauth-curl.c.
Referenced by start_discovery().
| PQExpBufferData async_ctx::errbuf |
Definition at line 270 of file oauth-curl.c.
Referenced by append_actx_error().
Definition at line 269 of file oauth-curl.c.
| struct curl_slist* async_ctx::headers |
Definition at line 243 of file oauth-curl.c.
Referenced by oauth_server.OAuthHandler::_check_authn(), oauth_server.OAuthHandler::_parse_params(), and oauth_server.OAuthHandler::client_id().
Definition at line 229 of file oauth-curl.c.
| pgsocket async_ctx::mux |
Definition at line 235 of file oauth-curl.c.
Referenced by pg_fe_run_oauth_flow_impl().
| struct provider async_ctx::provider |
Definition at line 277 of file oauth-curl.c.
| int async_ctx::running |
Definition at line 280 of file oauth-curl.c.
Definition at line 230 of file oauth-curl.c.
Definition at line 232 of file oauth-curl.c.
| int async_ctx::timerfd |
Definition at line 234 of file oauth-curl.c.
| bool async_ctx::used_basic_auth |
Definition at line 282 of file oauth-curl.c.
| bool async_ctx::user_prompted |
Definition at line 281 of file oauth-curl.c.
| PQExpBufferData async_ctx::work_data |
Definition at line 244 of file oauth-curl.c.