Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.http_api.CloudForgotPasswordView Class Reference
Inheritance diagram for homeassistant.components.cloud.http_api.CloudForgotPasswordView:
[legend]
Collaboration diagram for homeassistant.components.cloud.http_api.CloudForgotPasswordView:
[legend]

Public Member Functions

web.Response post (self, web.Request request, dict[str, Any] data)
 

Static Public Attributes

 name
 
 url
 

Detailed Description

View to start Forgot Password flow..

Definition at line 313 of file http_api.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.cloud.http_api.CloudForgotPasswordView.post (   self,
web.Request  request,
dict[str, Any]  data 
)
Handle forgot password request.

Definition at line 322 of file http_api.py.

Member Data Documentation

◆ name

homeassistant.components.cloud.http_api.CloudForgotPasswordView.name
static

Definition at line 317 of file http_api.py.

◆ url

homeassistant.components.cloud.http_api.CloudForgotPasswordView.url
static

Definition at line 316 of file http_api.py.


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