class documentation

Undocumented

Method __init__ Undocumented
Method receiver Undocumented
Method set_channel Set the gRPC channel for the bearer.
Instance Variable _max_retries Undocumented
Instance Variable _requester Undocumented
Instance Variable _svc Undocumented

Inherited from Bearer:

Async Method close Undocumented
Property name Undocumented
Property wrapped Undocumented
def __init__(self, requester: TokenRequester, channel: GRPCChannel | DeferredChannel | None = None, max_retries: int = 2): (source)

Undocumented

def receiver(self) -> Receiver: (source)
def set_channel(self, channel: GRPCChannel | DeferredChannel | None): (source)

Set the gRPC channel for the bearer.

_max_retries = (source)

Undocumented

_requester = (source)

Undocumented