class documentation

Undocumented

Method __init__ Undocumented
Method receiver Undocumented
Instance Variable safety_margin Undocumented
Property wrapped Undocumented
Instance Variable _bearer Undocumented
Instance Variable _cache Undocumented

Inherited from Bearer:

Async Method close Undocumented
Property name Undocumented
def __init__(self, bearer: ParentBearer, safety_margin: timedelta | float = timedelta(hours=2), cache_file: str | Path = Path(DEFAULT_CONFIG_DIR) / DEFAULT_CREDENTIALS_FILE, throttle: timedelta | float = timedelta(minutes=5)): (source)

Undocumented

def receiver(self) -> ParentReceiver: (source)
safety_margin: timedelta | None = (source)

Undocumented

Undocumented

Undocumented