Getting Started
Help & Reference
atoti.query.
create_basic_authentication
Create a basic authentication.
Callable[[str], Optional[Mapping[str, str]]]
Callable
str
Optional
Mapping
create_token_authentication
Create an authentication based on a Bearer token.
token (str) – The token to use to authenticate, such as a JWT.