Go to the source code of this file.
Classes | |
class | async_customized_auth_server.SignatureValidationInterceptor |
class | async_customized_auth_server.SimpleGreeter |
Namespaces | |
async_customized_auth_server | |
Functions | |
None | async_customized_auth_server.main () |
Tuple[grpc.aio.Server, int] | async_customized_auth_server.run_server (int port) |
Variables | |
string | async_customized_auth_server._LISTEN_ADDRESS_TEMPLATE = 'localhost:%d' |
async_customized_auth_server._LOGGER = logging.getLogger(__name__) | |
string | async_customized_auth_server._SIGNATURE_HEADER_KEY = 'x-signature' |
async_customized_auth_server.helloworld_pb2 | |
async_customized_auth_server.helloworld_pb2_grpc | |
async_customized_auth_server.level | |