PostgreSQL Source Code: token Struct Reference (original) (raw)

Data Fields
char * access_token
char * token_type
struct token_error err

Detailed Description

Definition at line 177 of file oauth-curl.c.

Field Documentation

access_token

char* token::access_token

Definition at line 180 of file oauth-curl.c.

Referenced by free_token(), handle_token_response(), and parse_access_token().

err

struct token_error token::err

Definition at line 184 of file oauth-curl.c.

Referenced by finish_token_request(), free_token(), and handle_token_response().

token_type

char* token::token_type

Definition at line 181 of file oauth-curl.c.

Referenced by free_token(), and parse_access_token().


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