Classes | Functions | Variables
async_customized_auth_server Namespace Reference

Classes

class  SignatureValidationInterceptor
 
class  SimpleGreeter
 

Functions

None main ()
 
Tuple[grpc.aio.Server, intrun_server (int 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()

None async_customized_auth_server.main ( )

Definition at line 86 of file async_customized_auth_server.py.

◆ run_server()

Tuple[grpc.aio.Server, int] async_customized_auth_server.run_server ( int  port)

Definition at line 67 of file async_customized_auth_server.py.

Variable Documentation

◆ _LISTEN_ADDRESS_TEMPLATE

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

Definition at line 30 of file async_customized_auth_server.py.

◆ _LOGGER

async_customized_auth_server._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file async_customized_auth_server.py.

◆ _SIGNATURE_HEADER_KEY

string async_customized_auth_server._SIGNATURE_HEADER_KEY = 'x-signature'
private

Definition at line 31 of file async_customized_auth_server.py.

◆ helloworld_pb2

async_customized_auth_server.helloworld_pb2

Definition at line 24 of file async_customized_auth_server.py.

◆ helloworld_pb2_grpc

async_customized_auth_server.helloworld_pb2_grpc

Definition at line 24 of file async_customized_auth_server.py.

◆ level

async_customized_auth_server.level

Definition at line 101 of file async_customized_auth_server.py.



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