class documentation

Undocumented

Async Method authenticate Undocumented
Method can_retry Undocumented
@abstractmethod
async def authenticate(self, metadata: Metadata, timeout: float | None = None, options: dict[str, str] | None = None): (source)
@abstractmethod
def can_retry(self, err: Exception, options: dict[str, str] | None = None) -> bool: (source)