Handler for the login flow.
Definition at line 217 of file trusted_networks.py.
◆ __init__()
| None homeassistant.auth.providers.trusted_networks.TrustedNetworksLoginFlow.__init__ |
( |
|
self, |
|
|
TrustedNetworksAuthProvider |
auth_provider, |
|
|
IPAddress |
ip_addr, |
|
|
dict[str, str | None] |
available_users, |
|
|
bool |
allow_bypass_login |
|
) |
| |
◆ async_step_init()
| AuthFlowResult homeassistant.auth.providers.trusted_networks.TrustedNetworksLoginFlow.async_step_init |
( |
|
self, |
|
|
dict[str, str] | None |
user_input = None |
|
) |
| |
◆ _allow_bypass_login
| homeassistant.auth.providers.trusted_networks.TrustedNetworksLoginFlow._allow_bypass_login |
|
private |
◆ _available_users
| homeassistant.auth.providers.trusted_networks.TrustedNetworksLoginFlow._available_users |
|
private |
◆ _ip_address
| homeassistant.auth.providers.trusted_networks.TrustedNetworksLoginFlow._ip_address |
|
private |
The documentation for this class was generated from the following file: