Skip to main content
atoti.TokenAuthentication(
    token: str,
    *,
    token_type: str = 'Bearer',
)
Authenticate requests by passing the given token in the Authorization header. This is also called “Bearer authentication”.

Attributes

token

str

token_type

str