|
PostgreSQL Source Code git master
|
Data Fields | |
| 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 |
| bool | debugging |
| int | dbg_num_calls |
Definition at line 228 of file oauth-curl.c.
| struct device_authz async_ctx::authz |
Definition at line 276 of file oauth-curl.c.
| CURL* async_ctx::curl |
Definition at line 238 of file oauth-curl.c.
| char async_ctx::curl_err[CURL_ERROR_SIZE] |
Definition at line 269 of file oauth-curl.c.
| CURLM* async_ctx::curlm |
Definition at line 236 of file oauth-curl.c.
| int async_ctx::dbg_num_calls |
Definition at line 282 of file oauth-curl.c.
| bool async_ctx::debugging |
Definition at line 281 of file oauth-curl.c.
| PQExpBufferData async_ctx::errbuf |
Definition at line 268 of file oauth-curl.c.
Referenced by pg_fe_run_oauth_flow_impl().
Definition at line 267 of file oauth-curl.c.
| struct curl_slist* async_ctx::headers |
Definition at line 241 of file oauth-curl.c.
Referenced by oauth_server.OAuthHandler::_check_authn(), oauth_server.OAuthHandler::_parse_params(), and oauth_server.OAuthHandler::client_id().
| pgsocket async_ctx::mux |
Definition at line 233 of file oauth-curl.c.
| struct provider async_ctx::provider |
Definition at line 275 of file oauth-curl.c.
| int async_ctx::running |
Definition at line 278 of file oauth-curl.c.
Definition at line 230 of file oauth-curl.c.
| int async_ctx::timerfd |
Definition at line 232 of file oauth-curl.c.
| bool async_ctx::used_basic_auth |
Definition at line 280 of file oauth-curl.c.
| bool async_ctx::user_prompted |
Definition at line 279 of file oauth-curl.c.
| PQExpBufferData async_ctx::work_data |
Definition at line 242 of file oauth-curl.c.