Definition at line 42 of file _plugin_wrapping.py.
◆ __init__()
def grpc._plugin_wrapping._AuthMetadataPluginCallback.__init__ |
( |
|
self, |
|
|
|
state, |
|
|
|
callback |
|
) |
| |
◆ __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.
◆ _callback
grpc._plugin_wrapping._AuthMetadataPluginCallback._callback |
|
private |
◆ _state
grpc._plugin_wrapping._AuthMetadataPluginCallback._state |
|
private |
The documentation for this class was generated from the following file: