PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
json_ctx Struct Reference

Data Fields

char * errmsg
 
PQExpBufferData errbuf
 
int nested
 
const char * target_field_name
 
char ** target_field
 
char * status
 
char * scope
 
char * discovery_uri
 

Detailed Description

Definition at line 155 of file fe-auth-oauth.c.

Field Documentation

◆ discovery_uri

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().

◆ errbuf

PQExpBufferData json_ctx::errbuf

Definition at line 158 of file fe-auth-oauth.c.

Referenced by handle_oauth_sasl_error().

◆ errmsg

char* json_ctx::errmsg

◆ nested

◆ scope

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().

◆ status

char* json_ctx::status

◆ target_field

char** json_ctx::target_field

◆ target_field_name

const char* json_ctx::target_field_name

The documentation for this struct was generated from the following file: