Public Member Functions | |
| AuthFlowResult | async_step_init (self, dict[str, str]|None user_input=None) |
Handler for the login flow.
Definition at line 96 of file insecure_example.py.
| AuthFlowResult homeassistant.auth.providers.insecure_example.ExampleLoginFlow.async_step_init | ( | self, | |
| dict[str, str] | None | user_input = None |
||
| ) |
Handle the step of the form.
Definition at line 99 of file insecure_example.py.