Go to the source code of this file.
Namespaces | |
| homeassistant.auth.models | |
Functions | |
| Any | homeassistant.auth.models._handle_permissions_change (User self, Attribute user_attr, Any new) |
Variables | |
| homeassistant.auth.models.AuthFlowResult = FlowResult[AuthFlowContext, tuple[str, str]] | |
| string | homeassistant.auth.models.TOKEN_TYPE_LONG_LIVED_ACCESS_TOKEN = "long_lived_access_token" |
| string | homeassistant.auth.models.TOKEN_TYPE_NORMAL = "normal" |
| string | homeassistant.auth.models.TOKEN_TYPE_SYSTEM = "system" |