Classes | |
| class | Auth |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | LWA_HEADERS = {"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8"} |
| string | LWA_TOKEN_URI = "https://api.amazon.com/auth/o2/token" |
| int | PREEMPTIVE_REFRESH_TTL_IN_SECONDS = 300 |
| string | STORAGE_EXPIRE_TIME = "expire_time" |
| string | STORAGE_KEY = "alexa_auth" |
| int | STORAGE_VERSION = 1 |
Support for Alexa skill auth.
|
private |
| 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" |