|
| string | name = "api:auth:link_user" |
| |
| string | url = "/auth/link_user" |
| |
View to link existing users to new credentials.
Definition at line 412 of file __init__.py.
◆ __init__()
| None homeassistant.components.auth.LinkUserView.__init__ |
( |
|
self, |
|
|
RetrieveResultType |
retrieve_credentials |
|
) |
| |
Initialize the link user view.
Definition at line 418 of file __init__.py.
◆ post()
| web.Response homeassistant.components.auth.LinkUserView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ _retrieve_credentials
| homeassistant.components.auth.LinkUserView._retrieve_credentials |
|
private |
◆ name
| string homeassistant.components.auth.LinkUserView.name = "api:auth:link_user" |
|
static |
◆ url
| string homeassistant.components.auth.LinkUserView.url = "/auth/link_user" |
|
static |
The documentation for this class was generated from the following file: