Home Assistant Unofficial Reference 2024.12.1
homeassistant.auth.models.Credentials Class Reference

Static Public Attributes

 bool
 
 default
 
 dict
 
 factory
 
 None
 
 str
 

Detailed Description

Credentials for a user on an auth provider.

Definition at line 133 of file models.py.

Member Data Documentation

◆ bool

homeassistant.auth.models.Credentials.bool
static

Definition at line 143 of file models.py.

◆ default

homeassistant.auth.models.Credentials.default
static

Definition at line 143 of file models.py.

◆ dict

homeassistant.auth.models.Credentials.dict
static

Definition at line 140 of file models.py.

◆ factory

homeassistant.auth.models.Credentials.factory
static

Definition at line 142 of file models.py.

◆ None

homeassistant.auth.models.Credentials.None
static

Definition at line 137 of file models.py.

◆ str

homeassistant.auth.models.Credentials.str
static

Definition at line 136 of file models.py.


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