Definition at line 34 of file customized_auth_server.py.
◆ __init__()
def customized_auth_server.SignatureValidationInterceptor.__init__ |
( |
|
self | ) |
|
◆ intercept_service()
def customized_auth_server.SignatureValidationInterceptor.intercept_service |
( |
|
self, |
|
|
|
continuation, |
|
|
|
handler_call_details |
|
) |
| |
Intercepts incoming RPCs before handing them over to a handler.
Args:
continuation: A function that takes a HandlerCallDetails and
proceeds to invoke the next interceptor in the chain, if any,
or the RPC handler lookup logic, with the call details passed
as an argument, and returns an RpcMethodHandler instance if
the RPC is considered serviced, or None otherwise.
handler_call_details: A HandlerCallDetails describing the RPC.
Returns:
An RpcMethodHandler with which the RPC may be serviced if the
interceptor chooses to service this RPC, or None otherwise.
Reimplemented from grpc.ServerInterceptor.
Definition at line 43 of file customized_auth_server.py.
◆ _abortion
customized_auth_server.SignatureValidationInterceptor._abortion |
|
private |
The documentation for this class was generated from the following file: