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

Public Member Functions

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

Static Public Attributes

 extra
 
 flow
 
 name
 
 result
 
 str
 
 url
 
- Static Public Attributes inherited from homeassistant.components.auth.login_flow.LoginFlowBaseView
bool requires_auth = False
 

Detailed Description

View to interact with the flow manager.

Definition at line 341 of file login_flow.py.

Member Function Documentation

◆ delete()

web.Response homeassistant.components.auth.login_flow.LoginFlowResourceView.delete (   self,
web.Request  request,
str  flow_id 
)

Definition at line 378 of file login_flow.py.

◆ 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 
)

Definition at line 356 of file login_flow.py.

Member Data Documentation

◆ extra

homeassistant.components.auth.login_flow.LoginFlowResourceView.extra
static

Definition at line 352 of file login_flow.py.

◆ flow

homeassistant.components.auth.login_flow.LoginFlowResourceView.flow
static

Definition at line 367 of file login_flow.py.

◆ name

homeassistant.components.auth.login_flow.LoginFlowResourceView.name
static

Definition at line 345 of file login_flow.py.

◆ result

homeassistant.components.auth.login_flow.LoginFlowResourceView.result
static

Definition at line 370 of file login_flow.py.

◆ 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

Definition at line 344 of file login_flow.py.


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