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 86 of file fe-auth-oauth-curl.c.
char* device_authz::device_code |
Definition at line 88 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and start_token_request().
int device_authz::expires_in |
Definition at line 96 of file fe-auth-oauth-curl.c.
Referenced by parse_device_authz(), and prompt_user().
char* device_authz::expires_in_str |
Definition at line 92 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), and parse_device_authz().
int device_authz::interval |
Definition at line 97 of file fe-auth-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 93 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), and parse_device_authz().
char* device_authz::user_code |
Definition at line 89 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().
char* device_authz::verification_uri |
Definition at line 90 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().
char* device_authz::verification_uri_complete |
Definition at line 91 of file fe-auth-oauth-curl.c.
Referenced by free_device_authz(), parse_device_authz(), and prompt_user().