core/homeassistant/components/http/const.py

6 lines
168 B
Python
Raw Normal View History

"""HTTP specific constants."""
2019-07-31 19:25:30 +00:00
KEY_AUTHENTICATED = "ha_authenticated"
KEY_HASS = "hass"
KEY_HASS_USER = "hass_user"
KEY_HASS_REFRESH_TOKEN_ID = "hass_refresh_token_id"