atoti.query package¶
Submodules¶
Module contents¶
Warning
This module and its submodules are deprecated, import its symbols directly from atoti
if atoti
is installed and from atoti-query
otherwise.
- atoti.query.create_basic_authentication(username, password)¶
Warning
This function is deprecated, use
BasicAuthentication
instead.- Return type
- atoti.query.create_token_authentication(token)¶
Warning
This function is deprecated, use
BasicAuthentication
instead.- Return type