atoti_query.token_authentication module

class atoti_query.TokenAuthentication

Also called “Bearer authentication”, this atoti_query.Auth, passes the given token to the HTTP Authorization header of the request being made.

token: str
token_type: str = 'Bearer'