![]() |
Belle II Software
light-2309-munchkin
|


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 119 of file __init__.py.
| def __init__ | ( | self, | |
| token | |||
| ) |
Construct from a token
Definition at line 122 of file __init__.py.
| def __call__ | ( | self, | |
| r | |||
| ) |
Update headers to include token
Definition at line 127 of file __init__.py.