PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 */