PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
provider Struct Reference

Data Fields

char * issuer
 
char * token_endpoint
 
char * device_authorization_endpoint
 
struct curl_slist * grant_types_supported
 

Detailed Description

Definition at line 64 of file fe-auth-oauth-curl.c.

Field Documentation

◆ device_authorization_endpoint

char* provider::device_authorization_endpoint

◆ grant_types_supported

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().

◆ issuer

char* provider::issuer

◆ token_endpoint

char* provider::token_endpoint

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