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

#include <fe-auth-oauth.h>

Data Fields

enum fe_oauth_step step
 
PGconnconn
 
voidasync_ctx
 
bool v1
 
bool builtin
 
voidflow_module
 

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.

◆ builtin

bool fe_oauth_state::builtin

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

◆ conn

PGconn* fe_oauth_state::conn

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

◆ flow_module

void* fe_oauth_state::flow_module

Definition at line 39 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.

◆ v1

bool fe_oauth_state::v1

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


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