PostgreSQL Source Code git master
json_field Struct Reference

Data Fields

const char * name
 
JsonTokenType type
 
union {
   char **   scalar
 
   struct curl_slist **   array
 
target
 
bool required
 

Detailed Description

Definition at line 380 of file fe-auth-oauth-curl.c.

Field Documentation

◆ array

struct curl_slist** json_field::array

◆ name

◆ required

bool json_field::required

Definition at line 393 of file fe-auth-oauth-curl.c.

Referenced by parse_oauth_json().

◆ scalar

char** json_field::scalar

◆ 

union { ... } json_field::target

◆ type


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