PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ValidatorModuleResult Struct Reference

#include <oauth.h>

Data Fields

bool authorized
 
char * authn_id
 

Detailed Description

Definition at line 34 of file oauth.h.

Field Documentation

◆ authn_id

char* ValidatorModuleResult::authn_id

Definition at line 51 of file oauth.h.

Referenced by validate(), and validate_token().

◆ authorized

bool ValidatorModuleResult::authorized

Definition at line 40 of file oauth.h.

Referenced by validate(), and validate_token().


The documentation for this struct was generated from the following file: