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
 

Detailed Description

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

Field Documentation

◆ async_ctx

void* fe_oauth_state::async_ctx

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

◆ conn

PGconn* fe_oauth_state::conn

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

◆ step

enum fe_oauth_step fe_oauth_state::step

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


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