
Public Member Functions | |
| def | __init__ (self) |
| grpc.RpcMethodHandler | intercept_service (self, Callable[[grpc.HandlerCallDetails], Awaitable[grpc.RpcMethodHandler]] continuation, grpc.HandlerCallDetails handler_call_details) |
Public Member Functions inherited from grpc.aio._interceptor.ServerInterceptor | |
| grpc.RpcMethodHandler | intercept_service (self, Callable[[grpc.HandlerCallDetails], Awaitable[grpc.RpcMethodHandler]] continuation, grpc.HandlerCallDetails handler_call_details) |
Private Attributes | |
| _abort_handler | |
Definition at line 34 of file async_customized_auth_server.py.
| def async_customized_auth_server.SignatureValidationInterceptor.__init__ | ( | self | ) |
Definition at line 36 of file async_customized_auth_server.py.
| grpc.RpcMethodHandler async_customized_auth_server.SignatureValidationInterceptor.intercept_service | ( | self, | |
| Callable[[grpc.HandlerCallDetails], Awaitable[grpc.RpcMethodHandler]] | continuation, | ||
| grpc.HandlerCallDetails | handler_call_details | ||
| ) |
Definition at line 43 of file async_customized_auth_server.py.
|
private |
Definition at line 41 of file async_customized_auth_server.py.