PostgreSQL Source Code: oauth_ctx Struct Reference (original) (raw)

Data Fields
enum oauth_state state
Port * port
const char * issuer
const char * scope

Detailed Description

Definition at line 65 of file auth-oauth.c.

Field Documentation

issuer

const char* oauth_ctx::issuer

Definition at line 69 of file auth-oauth.c.

Referenced by generate_error_response(), and oauth_init().

port

Port* oauth_ctx::port

Definition at line 68 of file auth-oauth.c.

Referenced by oauth_exchange(), and oauth_init().

scope

const char* oauth_ctx::scope

Definition at line 70 of file auth-oauth.c.

Referenced by generate_error_response(), and oauth_init().

state

enum oauth_state oauth_ctx::state

Definition at line 67 of file auth-oauth.c.

Referenced by oauth_exchange(), and oauth_init().


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