View to create a login flow.
Definition at line 289 of file login_flow.py.
◆ get()
| web.Response homeassistant.components.auth.login_flow.LoginFlowIndexView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Do not allow index of flows in progress.
Definition at line 295 of file login_flow.py.
◆ post()
| web.Response homeassistant.components.auth.login_flow.LoginFlowIndexView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ default
| homeassistant.components.auth.login_flow.LoginFlowIndexView.default |
|
static |
◆ name
| string homeassistant.components.auth.login_flow.LoginFlowIndexView.name = "api:auth:login_flow" |
|
static |
◆ url
| string homeassistant.components.auth.login_flow.LoginFlowIndexView.url = "/auth/login_flow" |
|
static |
The documentation for this class was generated from the following file: