Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.auth.const
 

Variables

 homeassistant.auth.const.ACCESS_TOKEN_EXPIRATION = timedelta(minutes=30)
 
string homeassistant.auth.const.GROUP_ID_ADMIN = "system-admin"
 
string homeassistant.auth.const.GROUP_ID_READ_ONLY = "system-read-only"
 
string homeassistant.auth.const.GROUP_ID_USER = "system-users"
 
 homeassistant.auth.const.MFA_SESSION_EXPIRATION = timedelta(minutes=5)
 
 homeassistant.auth.const.REFRESH_TOKEN_EXPIRATION = timedelta(days=90).total_seconds()