antimatter.authn.apikey
#
Module Contents#
Classes#
This is an agent which uses an API key for authentication. |
- class antimatter.authn.apikey.ApiKeyAuthentication(domain_id: str = None, api_key: str = None, enable_retries: bool = True)#
Bases:
antimatter.authn.base.Authentication
This is an agent which uses an API key for authentication.
- needs_refresh()#
- authenticate()#
- get_token()#
- get_token_scope()#
- get_session()#
- get_domain_id()#
- get_email()#
- has_client_retry_policy() bool #