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

Data Fields

char * access_token
 
char * token_type
 
struct token_error err
 

Detailed Description

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

Field Documentation

◆ access_token

char* token::access_token

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

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

◆ err

struct token_error token::err

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

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

◆ token_type

char* token::token_type

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

Referenced by free_token(), and parse_access_token().


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