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

Data Fields

enum oauth_state state
 
Portport
 
const char * issuer
 
const char * scope
 

Detailed Description

Definition at line 65 of file auth-oauth.c.

Field Documentation

◆ issuer

const char* oauth_ctx::issuer

Definition at line 69 of file auth-oauth.c.

Referenced by generate_error_response(), and oauth_init().

◆ port

Port* oauth_ctx::port

Definition at line 68 of file auth-oauth.c.

Referenced by oauth_exchange(), and oauth_init().

◆ scope

const char* oauth_ctx::scope

Definition at line 70 of file auth-oauth.c.

Referenced by generate_error_response(), and oauth_init().

◆ state

enum oauth_state oauth_ctx::state

Definition at line 67 of file auth-oauth.c.

Referenced by oauth_exchange(), and oauth_init().


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