#include "postgres.h"
#include "fmgr.h"
#include "libpq/oauth.h"
Go to the source code of this file.
◆ _PG_oauth_validator_module_init()
Definition at line 35 of file fail_validator.c.
36{
38}
static const OAuthValidatorCallbacks validator_callbacks
◆ fail_token()
◆ PG_MODULE_MAGIC
◆ validator_callbacks
Initial value:= {
}
static bool fail_token(const ValidatorModuleState *state, const char *token, const char *role, ValidatorModuleResult *result)
#define PG_OAUTH_VALIDATOR_MAGIC
Definition at line 28 of file fail_validator.c.
Referenced by _PG_oauth_validator_module_init().