antimatter.authn.unauth#

Module Contents#

Classes#

Unauthenticated

An unauthenticated agent which does not have any authentication.

class antimatter.authn.unauth.Unauthenticated(admin_email: str | None = None, enable_retries: bool = True)#

Bases: antimatter.authn.Authentication

An unauthenticated agent which does not have any authentication. Can be used to create a session for an unauthenticated user.

authenticate(**kwargs)#
get_token()#
needs_refresh()#
get_token_scope()#
get_session()#
get_domain_id()#
get_email()#
has_client_retry_policy() bool#