Home Assistant Unofficial Reference 2024.12.1
models.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.auth.models.AuthFlowContext
 
class  homeassistant.auth.models.Credentials
 
class  homeassistant.auth.models.Group
 
class  homeassistant.auth.models.RefreshToken
 
class  homeassistant.auth.models.User
 
class  homeassistant.auth.models.UserMeta
 

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"