class documentation

class TokenAuthenticator(Authenticator): (source)

Constructor: TokenAuthenticator(receiver)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Async Method authenticate Undocumented
Method can_retry Undocumented
Instance Variable _receiver Undocumented
def __init__(self, receiver: token.Receiver): (source)

Undocumented

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

Undocumented