Base class for the login views.
Definition at line 225 of file login_flow.py.
◆ __init__()
Initialize the flow manager index view.
Definition at line 230 of file login_flow.py.
◆ _async_flow_result_to_response()
| web.Response homeassistant.components.auth.login_flow.LoginFlowBaseView._async_flow_result_to_response |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
client_id, |
|
|
AuthFlowResult |
result |
|
) |
| |
|
private |
Convert the flow result to a response.
Definition at line 239 of file login_flow.py.
◆ _flow_mgr
| homeassistant.components.auth.login_flow.LoginFlowBaseView._flow_mgr |
|
private |
◆ _store_result
| homeassistant.components.auth.login_flow.LoginFlowBaseView._store_result |
|
private |
◆ requires_auth
| bool homeassistant.components.auth.login_flow.LoginFlowBaseView.requires_auth = False |
|
static |
The documentation for this class was generated from the following file: