View to interact with the flow manager.
Definition at line 341 of file login_flow.py.
◆ delete()
| web.Response homeassistant.components.auth.login_flow.LoginFlowResourceView.delete |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
flow_id |
|
) |
| |
◆ get()
| web.Response homeassistant.components.auth.login_flow.LoginFlowResourceView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Do not allow getting status of a flow in progress.
Definition at line 347 of file login_flow.py.
◆ post()
| web.Response homeassistant.components.auth.login_flow.LoginFlowResourceView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, Any] |
data, |
|
|
str
|
flow_id |
|
) |
| |
◆ extra
| homeassistant.components.auth.login_flow.LoginFlowResourceView.extra |
|
static |
◆ flow
| homeassistant.components.auth.login_flow.LoginFlowResourceView.flow |
|
static |
◆ name
| homeassistant.components.auth.login_flow.LoginFlowResourceView.name |
|
static |
◆ result
| homeassistant.components.auth.login_flow.LoginFlowResourceView.result |
|
static |
◆ str
| homeassistant.components.auth.login_flow.LoginFlowResourceView.str |
|
static |
Handle progressing a login flow request.
Definition at line 360 of file login_flow.py.
◆ url
| homeassistant.components.auth.login_flow.LoginFlowResourceView.url |
|
static |
The documentation for this class was generated from the following file: