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

Public Member Functions

data_entry_flow.FlowHandler async_create_flow (self, str handler_key, *FlowContext|None context, dict[str, Any] data)
 
- Public Member Functions inherited from homeassistant.data_entry_flow.FlowManager
None __init__ (self, HomeAssistant hass)
 
None async_abort (self, str flow_id)
 
_FlowResultT async_configure (self, str flow_id, dict|None user_input=None)
 
FlowHandler[_FlowContextT, _FlowResultT, _HandlerTasync_create_flow (self, _HandlerT handler_key, *_FlowContextT|None context=None, dict[str, Any]|None data=None)
 
_FlowResultT async_finish_flow (self, FlowHandler[_FlowContextT, _FlowResultT, _HandlerT] flow, _FlowResultT result)
 
_FlowResultT async_get (self, str flow_id)
 
_FlowResultT async_init (self, _HandlerT handler, *_FlowContextT|None context=None, Any data=None)
 
None async_post_init (self, FlowHandler[_FlowContextT, _FlowResultT, _HandlerT] flow, _FlowResultT result)
 
list[_FlowResultTasync_progress (self, bool include_uninitialized=False)
 
list[_FlowResultTasync_progress_by_handler (self, _HandlerT handler, bool include_uninitialized=False, dict[str, Any]|None match_context=None)
 
list[_FlowResultTasync_progress_by_init_data_type (self, type init_data_type, Callable[[Any], bool] matcher, bool include_uninitialized=False)
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.data_entry_flow.FlowManager
 hass
 

Detailed Description

Manage multi factor authentication flows.

Definition at line 41 of file mfa_setup_flow.py.

Member Function Documentation

◆ async_create_flow()

data_entry_flow.FlowHandler homeassistant.components.auth.mfa_setup_flow.MfaFlowManager.async_create_flow (   self,
str  handler_key,
*FlowContext | None  context,
dict[str, Any]  data 
)
Create a setup flow. handler is a mfa module.

Definition at line 44 of file mfa_setup_flow.py.


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