PostgreSQL Source Code git master
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. */
23
24#endif /* OAUTH_CURL_H */
#define PGDLLEXPORT
Definition: c.h:1306
PostgresPollingStatusType
Definition: libpq-fe.h:114
PGDLLEXPORT void pg_fe_cleanup_oauth_flow(PGconn *conn)
Definition: oauth-curl.c:354
PGDLLEXPORT PostgresPollingStatusType pg_fe_run_oauth_flow(PGconn *conn)
Definition: oauth-curl.c:2932
PGconn * conn
Definition: streamutil.c:52