PostgreSQL Source Code
git master
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
g
h
i
k
l
m
p
r
s
t
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
c
d
f
h
i
n
o
p
r
s
t
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
oauth-curl.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* oauth-curl.h
4
*
5
* Definitions for OAuth Device Authorization module
6
*
7
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/interfaces/libpq-oauth/oauth-curl.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
15
#ifndef OAUTH_CURL_H
16
#define OAUTH_CURL_H
17
18
#include "
libpq-fe.h
"
19
20
/* Exported async-auth callbacks. */
21
extern
PGDLLEXPORT
PostgresPollingStatusType
pg_fe_run_oauth_flow
(
PGconn
*
conn
);
22
extern
PGDLLEXPORT
void
pg_fe_cleanup_oauth_flow
(
PGconn
*
conn
);
23
24
#endif
/* OAUTH_CURL_H */
PGDLLEXPORT
#define PGDLLEXPORT
Definition:
c.h:1306
libpq-fe.h
PostgresPollingStatusType
PostgresPollingStatusType
Definition:
libpq-fe.h:114
pg_fe_cleanup_oauth_flow
PGDLLEXPORT void pg_fe_cleanup_oauth_flow(PGconn *conn)
Definition:
oauth-curl.c:354
pg_fe_run_oauth_flow
PGDLLEXPORT PostgresPollingStatusType pg_fe_run_oauth_flow(PGconn *conn)
Definition:
oauth-curl.c:2932
conn
PGconn * conn
Definition:
streamutil.c:52
pg_conn
Definition:
libpq-int.h:371
src
interfaces
libpq-oauth
oauth-curl.h
Generated on Sat May 24 2025 12:13:29 for PostgreSQL Source Code by
1.9.4