PostgreSQL Source Code git master
|
Data Fields | |
char * | issuer |
char * | token_endpoint |
char * | device_authorization_endpoint |
struct curl_slist * | grant_types_supported |
Definition at line 114 of file oauth-curl.c.
char* provider::device_authorization_endpoint |
Definition at line 118 of file oauth-curl.c.
Referenced by check_for_device_flow(), free_provider(), parse_provider(), and start_device_authz().
struct curl_slist* provider::grant_types_supported |
Definition at line 119 of file oauth-curl.c.
Referenced by finish_discovery(), free_provider(), and parse_provider().
char* provider::issuer |
Definition at line 116 of file oauth-curl.c.
Referenced by check_for_device_flow(), check_issuer(), free_provider(), and parse_provider().
char* provider::token_endpoint |
Definition at line 117 of file oauth-curl.c.
Referenced by check_for_device_flow(), free_provider(), parse_provider(), and start_token_request().