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 100 of file oauth-curl.c.
char* provider::device_authorization_endpoint |
Definition at line 104 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 105 of file oauth-curl.c.
Referenced by finish_discovery(), free_provider(), and parse_provider().
char* provider::issuer |
Definition at line 102 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 103 of file oauth-curl.c.
Referenced by check_for_device_flow(), free_provider(), parse_provider(), and start_token_request().