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

Data Fields

charissuer
 
chartoken_endpoint
 
chardevice_authorization_endpoint
 
struct curl_slistgrant_types_supported
 

Detailed Description

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

Field Documentation

◆ device_authorization_endpoint

char* provider::device_authorization_endpoint

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

Referenced by check_for_device_flow(), free_provider(), and parse_provider().

◆ grant_types_supported

struct curl_slist* provider::grant_types_supported

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

Referenced by free_provider(), and parse_provider().

◆ issuer

char* provider::issuer

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

Referenced by check_for_device_flow(), check_issuer(), free_provider(), and parse_provider().

◆ token_endpoint

char* provider::token_endpoint

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

Referenced by check_for_device_flow(), free_provider(), and parse_provider().


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