PostgreSQL Source Code
git master
Loading...
Searching...
No Matches
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-2026, 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 flow callback. */
21
extern
PGDLLEXPORT
int
pg_start_oauthbearer
(
PGconn
*
conn
,
22
PGoauthBearerRequestV2
*
request
);
23
24
#endif
/* OAUTH_CURL_H */
PGDLLEXPORT
#define PGDLLEXPORT
Definition
c.h:1438
libpq-fe.h
pg_start_oauthbearer
PGDLLEXPORT int pg_start_oauthbearer(PGconn *conn, PGoauthBearerRequestV2 *request)
Definition
oauth-curl.c:3067
fb
static int fb(int x)
Definition
preproc-init.c:92
conn
PGconn * conn
Definition
streamutil.c:52
PGoauthBearerRequestV2
Definition
libpq-fe.h:825
pg_conn
Definition
libpq-int.h:372
src
interfaces
libpq-oauth
oauth-curl.h
Generated on Sun Mar 22 2026 00:13:17 for PostgreSQL Source Code by
1.9.8