class documentation

Undocumented

Method __init__ Undocumented
Method receiver Undocumented
Method set_channel Undocumented
Property wrapped Undocumented
Instance Variable _exchangeable Undocumented
Instance Variable _source Undocumented

Inherited from Bearer:

Async Method close Undocumented
Property name Undocumented
def __init__(self, service_account: ServiceAccountReader | ServiceAccount | str, channel: ChannelBase | DeferredChannel | None = None, private_key: RSAPrivateKey | None = None, public_key_id: str | None = None, max_retries: int = 2, lifetime_safe_fraction: float = 0.9, initial_retry_timeout: timedelta = timedelta(seconds=1), max_retry_timeout: timedelta = timedelta(minutes=1), retry_timeout_exponent: float = 1.5, refresh_request_timeout: timedelta = timedelta(seconds=5)): (source)

Undocumented

def receiver(self) -> Receiver: (source)
def set_channel(self, channel: ChannelBase): (source)

Undocumented

_exchangeable = (source)

Undocumented

Undocumented