PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
static bool | validate_token (const ValidatorModuleState *state, const char *token, const char *role, ValidatorModuleResult *result) |
const OAuthValidatorCallbacks * | _PG_oauth_validator_module_init (void) |
Variables | |
PG_MODULE_MAGIC | |
static const OAuthValidatorCallbacks | validator_callbacks |
const OAuthValidatorCallbacks * _PG_oauth_validator_module_init | ( | void | ) |
Definition at line 36 of file magic_validator.c.
References validator_callbacks.
|
static |
Definition at line 42 of file magic_validator.c.
References elog, FATAL, and pg_unreachable.
PG_MODULE_MAGIC |
Definition at line 21 of file magic_validator.c.
|
static |
Definition at line 29 of file magic_validator.c.
Referenced by _PG_oauth_validator_module_init().