|
PostgreSQL Source Code git master
|
#include <fe-auth-oauth.h>
Data Fields | |
| enum fe_oauth_step | step |
| PGconn * | conn |
| void * | async_ctx |
| void * | builtin_flow |
Definition at line 35 of file fe-auth-oauth.h.
| void* fe_oauth_state::async_ctx |
Definition at line 40 of file fe-auth-oauth.h.
| void* fe_oauth_state::builtin_flow |
Definition at line 42 of file fe-auth-oauth.h.
| PGconn* fe_oauth_state::conn |
Definition at line 39 of file fe-auth-oauth.h.
| enum fe_oauth_step fe_oauth_state::step |
Definition at line 37 of file fe-auth-oauth.h.