welkin.authentication
Module Contents
Classes
Attaches API Key Authentication to the given Request object. |
Attributes
- welkin.authentication.logger
- welkin.authentication.DB_PATH
- welkin.authentication.DB_LOCK
- class welkin.authentication.WelkinAuth(tenant: str, api_client: str, secret_key: str, token_method: Callable[[], dict])
Bases:
requests.auth.AuthBaseAttaches API Key Authentication to the given Request object.
https://developers.welkinhealth.com/#authentication
- property token: str
- refresh_token() None