Classes | Functions | Variables
customized_auth_server Namespace Reference

Classes

class  SignatureValidationInterceptor
 
class  SimpleGreeter
 

Functions

def main ()
 
def run_server (port)
 

Variables

string _LISTEN_ADDRESS_TEMPLATE = 'localhost:%d'
 
 _LOGGER = logging.getLogger(__name__)
 
string _SIGNATURE_HEADER_KEY = 'x-signature'
 
 helloworld_pb2
 
 helloworld_pb2_grpc
 
 level
 

Function Documentation

◆ main()

def customized_auth_server.main ( )

Definition at line 86 of file customized_auth_server.py.

◆ run_server()

def customized_auth_server.run_server (   port)

Definition at line 63 of file customized_auth_server.py.

Variable Documentation

◆ _LISTEN_ADDRESS_TEMPLATE

string customized_auth_server._LISTEN_ADDRESS_TEMPLATE = 'localhost:%d'
private

Definition at line 30 of file customized_auth_server.py.

◆ _LOGGER

customized_auth_server._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file customized_auth_server.py.

◆ _SIGNATURE_HEADER_KEY

string customized_auth_server._SIGNATURE_HEADER_KEY = 'x-signature'
private

Definition at line 31 of file customized_auth_server.py.

◆ helloworld_pb2

customized_auth_server.helloworld_pb2

Definition at line 24 of file customized_auth_server.py.

◆ helloworld_pb2_grpc

customized_auth_server.helloworld_pb2_grpc

Definition at line 24 of file customized_auth_server.py.

◆ level

customized_auth_server.level

Definition at line 101 of file customized_auth_server.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:10