PostgreSQL Source Code git master
|
Data Fields | |
char * | device_code |
char * | user_code |
char * | verification_uri |
char * | verification_uri_complete |
char * | expires_in_str |
char * | interval_str |
int | expires_in |
int | interval |
Definition at line 136 of file oauth-curl.c.
char* device_authz::device_code |
Definition at line 138 of file oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and start_token_request().
int device_authz::expires_in |
Definition at line 146 of file oauth-curl.c.
Referenced by parse_device_authz(), and prompt_user().
char* device_authz::expires_in_str |
Definition at line 142 of file oauth-curl.c.
Referenced by free_device_authz(), and parse_device_authz().
int device_authz::interval |
Definition at line 147 of file oauth-curl.c.
Referenced by handle_token_response(), parse_device_authz(), and pg_fe_run_oauth_flow_impl().
char* device_authz::interval_str |
Definition at line 143 of file oauth-curl.c.
Referenced by free_device_authz(), and parse_device_authz().
char* device_authz::user_code |
Definition at line 139 of file oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().
char* device_authz::verification_uri |
Definition at line 140 of file oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().
char* device_authz::verification_uri_complete |
Definition at line 141 of file oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().