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

Public Member Functions

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

Static Public Attributes

string name = "api:auth:link_user"
 
string url = "/auth/link_user"
 

Private Attributes

 _retrieve_credentials
 

Detailed Description

View to link existing users to new credentials.

Definition at line 412 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.auth.LinkUserView.__init__ (   self,
RetrieveResultType  retrieve_credentials 
)
Initialize the link user view.

Definition at line 418 of file __init__.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.auth.LinkUserView.post (   self,
web.Request  request,
dict[str, Any]  data 
)
Link a user.

Definition at line 423 of file __init__.py.

Member Data Documentation

◆ _retrieve_credentials

homeassistant.components.auth.LinkUserView._retrieve_credentials
private

Definition at line 420 of file __init__.py.

◆ name

string homeassistant.components.auth.LinkUserView.name = "api:auth:link_user"
static

Definition at line 416 of file __init__.py.

◆ url

string homeassistant.components.auth.LinkUserView.url = "/auth/link_user"
static

Definition at line 415 of file __init__.py.


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