PostgreSQL Source Code
git master
oauth-common.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* oauth-common.h
4
* Declarations for helper functions used for OAuth/OIDC authentication
5
*
6
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* src/include/common/oauth-common.h
10
*
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef OAUTH_COMMON_H
14
#define OAUTH_COMMON_H
15
16
/* Name of SASL mechanism per IANA */
17
#define OAUTHBEARER_NAME "OAUTHBEARER"
18
19
#endif
/* OAUTH_COMMON_H */
src
include
common
oauth-common.h
Generated on Sun May 4 2025 12:13:24 for PostgreSQL Source Code by
1.9.4