Public Member Functions | List of all members
customized_auth_client.AuthGateway Class Reference
Inheritance diagram for customized_auth_client.AuthGateway:
Inheritance graph
[legend]

Public Member Functions

def __call__ (self, context, callback)
 

Detailed Description

Definition at line 33 of file customized_auth_client.py.

Member Function Documentation

◆ __call__()

def customized_auth_client.AuthGateway.__call__ (   self,
  context,
  callback 
)
Implements authentication by passing metadata to a callback.

Implementations of this method must not block.

Args:
  context: An AuthMetadataContext providing information on the RPC that
    the plugin is being called to authenticate.
  callback: An AuthMetadataPluginCallback to be invoked either
    synchronously or asynchronously.

Reimplemented from grpc.AuthMetadataPlugin.

Definition at line 35 of file customized_auth_client.py.


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


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