![]() |
Belle II Software
light-2403-persian
|
Public Member Functions | |
def | __init__ (self, token) |
def | __call__ (self, r) |
Private Attributes | |
_authtoken | |
Authorization header to send with each request. | |
Simple class to present bearer token instead of username/password
Definition at line 122 of file __init__.py.
def __init__ | ( | self, | |
token | |||
) |
Construct from a token
Definition at line 125 of file __init__.py.
def __call__ | ( | self, | |
r | |||
) |
Update headers to include token
Definition at line 130 of file __init__.py.