PostgreSQL Source Code git master
|
Data Fields | |
enum oauth_state | state |
Port * | port |
const char * | issuer |
const char * | scope |
Definition at line 65 of file auth-oauth.c.
const char* oauth_ctx::issuer |
Definition at line 69 of file auth-oauth.c.
Referenced by generate_error_response(), and oauth_init().
Port* oauth_ctx::port |
Definition at line 68 of file auth-oauth.c.
Referenced by oauth_exchange(), and oauth_init().
const char* oauth_ctx::scope |
Definition at line 70 of file auth-oauth.c.
Referenced by generate_error_response(), and oauth_init().
enum oauth_state oauth_ctx::state |
Definition at line 67 of file auth-oauth.c.
Referenced by oauth_exchange(), and oauth_init().