|
PostgreSQL Source Code git master
|
Data Structures | |
| class | OAuthHandler |
Functions | |
| main () | |
Variables | |
| ssl_dir = os.getenv("cert_dir") | |
| str | ssl_cert = ssl_dir + "/server-localhost-alt-names.crt" |
| str | ssl_key = ssl_dir + "/server-localhost-alt-names.key" |
| oauth_server.main | ( | void | ) |
Starts the authorization server on localhost. The ephemeral port in use will be printed to stdout.
Definition at line 415 of file oauth_server.py.
References fb(), main(), and print().
Referenced by main().
Definition at line 22 of file oauth_server.py.
| oauth_server.ssl_dir = os.getenv("cert_dir") |
Definition at line 21 of file oauth_server.py.