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

Public Member Functions

def __call__ (self, metadata, error)
 
def __init__ (self, state, callback)
 

Private Attributes

 _callback
 
 _state
 

Detailed Description

Definition at line 42 of file _plugin_wrapping.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc._plugin_wrapping._AuthMetadataPluginCallback.__init__ (   self,
  state,
  callback 
)

Definition at line 44 of file _plugin_wrapping.py.

Member Function Documentation

◆ __call__()

def grpc._plugin_wrapping._AuthMetadataPluginCallback.__call__ (   self,
  metadata,
  error 
)
Passes to the gRPC runtime authentication metadata for an RPC.

Args:
  metadata: The :term:`metadata` used to construct the CallCredentials.
  error: An Exception to indicate error or None to indicate success.

Reimplemented from grpc.AuthMetadataPluginCallback.

Definition at line 48 of file _plugin_wrapping.py.

Member Data Documentation

◆ _callback

grpc._plugin_wrapping._AuthMetadataPluginCallback._callback
private

Definition at line 46 of file _plugin_wrapping.py.

◆ _state

grpc._plugin_wrapping._AuthMetadataPluginCallback._state
private

Definition at line 45 of file _plugin_wrapping.py.


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


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