welkin.authentication

Module Contents

Classes

WelkinAuth

Attaches API Key Authentication to the given Request object.

Attributes

logger

DB_PATH

DB_LOCK

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.AuthBase

Attaches API Key Authentication to the given Request object.

https://developers.welkinhealth.com/#authentication

property token: str
refresh_token() None