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 64 of file fe-auth-oauth-curl.c.
char* provider::device_authorization_endpoint |
Definition at line 68 of file fe-auth-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 69 of file fe-auth-oauth-curl.c.
Referenced by finish_discovery(), free_provider(), and parse_provider().
char* provider::issuer |
Definition at line 66 of file fe-auth-oauth-curl.c.
Referenced by check_for_device_flow(), check_issuer(), free_provider(), and parse_provider().
char* provider::token_endpoint |
Definition at line 67 of file fe-auth-oauth-curl.c.
Referenced by check_for_device_flow(), free_provider(), parse_provider(), and start_token_request().