class documentation

Undocumented

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

Inherited from Bearer:

Async Method close Undocumented
Property name Undocumented
def __init__(self, profile_name: str, client_id: str, federation_endpoint: str, federation_id: str, writer: TextIO | None = None, no_browser_open: bool = False, timeout: timedelta = timedelta(minutes=5), max_retries: int = 2, initial_safety_margin: timedelta | float | None = timedelta(hours=2), retry_safety_margin: timedelta = timedelta(hours=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, file_cache_throttle: timedelta | float = timedelta(minutes=5), ssl_ctx: SSLContext | None = None): (source)

Undocumented

def receiver(self) -> Receiver: (source)

Undocumented