PostgreSQL Source Code git master
Loading...
Searching...
No Matches
device_authz Struct Reference

Data Fields

chardevice_code
 
charuser_code
 
charverification_uri
 
charverification_uri_complete
 
charexpires_in_str
 
charinterval_str
 
int expires_in
 
int interval
 

Detailed Description

Definition at line 136 of file oauth-curl.c.

Field Documentation

◆ device_code

char* device_authz::device_code

Definition at line 138 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().

◆ expires_in

int device_authz::expires_in

Definition at line 146 of file oauth-curl.c.

Referenced by parse_device_authz().

◆ expires_in_str

char* device_authz::expires_in_str

Definition at line 142 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().

◆ interval

int device_authz::interval

Definition at line 147 of file oauth-curl.c.

Referenced by parse_device_authz().

◆ interval_str

char* device_authz::interval_str

Definition at line 143 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().

◆ user_code

char* device_authz::user_code

Definition at line 139 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().

◆ verification_uri

char* device_authz::verification_uri

Definition at line 140 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().

◆ verification_uri_complete

char* device_authz::verification_uri_complete

Definition at line 141 of file oauth-curl.c.

Referenced by free_device_authz(), and parse_device_authz().


The documentation for this struct was generated from the following file: