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

#include <fe-auth-oauth.h>

Data Fields

enum fe_oauth_step step
 
PGconnconn
 
void * async_ctx
 
void * builtin_flow
 

Detailed Description

Definition at line 35 of file fe-auth-oauth.h.

Field Documentation

◆ async_ctx

void* fe_oauth_state::async_ctx

Definition at line 40 of file fe-auth-oauth.h.

◆ builtin_flow

void* fe_oauth_state::builtin_flow

Definition at line 42 of file fe-auth-oauth.h.

◆ conn

PGconn* fe_oauth_state::conn

Definition at line 39 of file fe-auth-oauth.h.

◆ step

enum fe_oauth_step fe_oauth_state::step

Definition at line 37 of file fe-auth-oauth.h.


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