Public Member Functions | Private Attributes | List of all members
customized_auth_server.SignatureValidationInterceptor Class Reference
Inheritance diagram for customized_auth_server.SignatureValidationInterceptor:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def intercept_service (self, continuation, handler_call_details)
 

Private Attributes

 _abortion
 

Detailed Description

Definition at line 34 of file customized_auth_server.py.

Constructor & Destructor Documentation

◆ __init__()

def customized_auth_server.SignatureValidationInterceptor.__init__ (   self)

Definition at line 36 of file customized_auth_server.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ _abortion

customized_auth_server.SignatureValidationInterceptor._abortion
private

Definition at line 41 of file customized_auth_server.py.


The documentation for this class was generated from the following file:


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