Home Assistant Unofficial Reference 2024.12.1
auth.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.alexa.auth.Auth
 

Namespaces

 homeassistant.components.alexa.auth
 

Variables

 homeassistant.components.alexa.auth._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.alexa.auth.LWA_HEADERS = {"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8"}
 
string homeassistant.components.alexa.auth.LWA_TOKEN_URI = "https://api.amazon.com/auth/o2/token"
 
int homeassistant.components.alexa.auth.PREEMPTIVE_REFRESH_TTL_IN_SECONDS = 300
 
string homeassistant.components.alexa.auth.STORAGE_EXPIRE_TIME = "expire_time"
 
string homeassistant.components.alexa.auth.STORAGE_KEY = "alexa_auth"
 
int homeassistant.components.alexa.auth.STORAGE_VERSION = 1