Classes | |
| class | SignatureValidationInterceptor |
| class | SimpleGreeter |
Functions | |
| None | main () |
| Tuple[grpc.aio.Server, int] | run_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 | |
| None async_customized_auth_server.main | ( | ) |
Definition at line 86 of file async_customized_auth_server.py.
| Tuple[grpc.aio.Server, int] async_customized_auth_server.run_server | ( | int | port | ) |
Definition at line 67 of file async_customized_auth_server.py.
|
private |
Definition at line 30 of file async_customized_auth_server.py.
|
private |
Definition at line 27 of file async_customized_auth_server.py.
|
private |
Definition at line 31 of file async_customized_auth_server.py.
| async_customized_auth_server.helloworld_pb2 |
Definition at line 24 of file async_customized_auth_server.py.
| async_customized_auth_server.helloworld_pb2_grpc |
Definition at line 24 of file async_customized_auth_server.py.
| async_customized_auth_server.level |
Definition at line 101 of file async_customized_auth_server.py.