carbonarc.auth
TokenAuth Objects
class TokenAuth(AuthBase)
Class for authenticating requests by user supplied token.
__call__
def __call__(r)
Override the default call method for the AuthBase base class
More more info, see: https://docs.python-requests.org/en/master/user/advanced/