PostgreSQL Source Code git master
|
Data Fields | |
char * | errmsg |
PQExpBufferData | errbuf |
int | nested |
const char * | target_field_name |
char ** | target_field |
char * | status |
char * | scope |
char * | discovery_uri |
Definition at line 155 of file fe-auth-oauth.c.
char* json_ctx::discovery_uri |
Definition at line 167 of file fe-auth-oauth.c.
Referenced by handle_oauth_sasl_error(), and oauth_json_object_field_start().
PQExpBufferData json_ctx::errbuf |
Definition at line 158 of file fe-auth-oauth.c.
Referenced by handle_oauth_sasl_error().
char* json_ctx::errmsg |
Definition at line 157 of file fe-auth-oauth.c.
Referenced by handle_oauth_sasl_error(), oauth_json_array_start(), and oauth_json_scalar().
int json_ctx::nested |
Definition at line 159 of file fe-auth-oauth.c.
Referenced by oauth_json_array_start(), oauth_json_object_end(), oauth_json_object_field_start(), oauth_json_object_start(), and oauth_json_scalar().
char* json_ctx::scope |
Definition at line 166 of file fe-auth-oauth.c.
Referenced by handle_oauth_sasl_error(), and oauth_json_object_field_start().
char* json_ctx::status |
Definition at line 165 of file fe-auth-oauth.c.
Referenced by handle_oauth_sasl_error(), oauth_json_object_field_start(), and run_user_oauth_flow().
char** json_ctx::target_field |
Definition at line 162 of file fe-auth-oauth.c.
Referenced by oauth_json_array_start(), oauth_json_object_field_start(), oauth_json_object_start(), and oauth_json_scalar().
const char* json_ctx::target_field_name |
Definition at line 161 of file fe-auth-oauth.c.
Referenced by oauth_json_array_start(), oauth_json_object_field_start(), oauth_json_object_start(), and oauth_json_scalar().