Classes | |
| class | InvalidUserError |
| class | TrustedNetworksAuthProvider |
| class | TrustedNetworksLoginFlow |
Variables | |
| string | CONF_ALLOW_BYPASS_LOGIN = "allow_bypass_login" |
| string | CONF_GROUP = "group" |
| string | CONF_TRUSTED_NETWORKS = "trusted_networks" |
| string | CONF_TRUSTED_USERS = "trusted_users" |
| CONFIG_SCHEMA | |
| IPAddress | |
| IPNetwork | |
Trusted Networks auth provider. It shows list of users if access from trusted network. Abort login flow if not access from trusted network.
| string homeassistant.auth.providers.trusted_networks.CONF_ALLOW_BYPASS_LOGIN = "allow_bypass_login" |
Definition at line 43 of file trusted_networks.py.
| string homeassistant.auth.providers.trusted_networks.CONF_GROUP = "group" |
Definition at line 42 of file trusted_networks.py.
| string homeassistant.auth.providers.trusted_networks.CONF_TRUSTED_NETWORKS = "trusted_networks" |
Definition at line 40 of file trusted_networks.py.
| string homeassistant.auth.providers.trusted_networks.CONF_TRUSTED_USERS = "trusted_users" |
Definition at line 41 of file trusted_networks.py.
| homeassistant.auth.providers.trusted_networks.CONFIG_SCHEMA |
Definition at line 45 of file trusted_networks.py.
| homeassistant.auth.providers.trusted_networks.IPAddress |
Definition at line 37 of file trusted_networks.py.
| homeassistant.auth.providers.trusted_networks.IPNetwork |
Definition at line 38 of file trusted_networks.py.