Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.auth.login_flow.LoginFlowIndexView Class Reference
Inheritance diagram for homeassistant.components.auth.login_flow.LoginFlowIndexView:
[legend]
Collaboration diagram for homeassistant.components.auth.login_flow.LoginFlowIndexView:
[legend]

Public Member Functions

web.Response get (self, web.Request request)
 
web.Response post (self, web.Request request, dict[str, Any] data)
 
- Public Member Functions inherited from homeassistant.components.auth.login_flow.LoginFlowBaseView
None __init__ (self, AuthManagerFlowManager flow_mgr, StoreResultType store_result)
 

Static Public Attributes

 default
 
string name = "api:auth:login_flow"
 
string url = "/auth/login_flow"
 
- Static Public Attributes inherited from homeassistant.components.auth.login_flow.LoginFlowBaseView
bool requires_auth = False
 

Detailed Description

View to create a login flow.

Definition at line 289 of file login_flow.py.

Member Function Documentation

◆ 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 
)
Create a new login flow.

Definition at line 309 of file login_flow.py.

Member Data Documentation

◆ default

homeassistant.components.auth.login_flow.LoginFlowIndexView.default
static

Definition at line 304 of file login_flow.py.

◆ name

string homeassistant.components.auth.login_flow.LoginFlowIndexView.name = "api:auth:login_flow"
static

Definition at line 293 of file login_flow.py.

◆ url

string homeassistant.components.auth.login_flow.LoginFlowIndexView.url = "/auth/login_flow"
static

Definition at line 292 of file login_flow.py.


The documentation for this class was generated from the following file: