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

Static Public Attributes

 datetime
 
 default
 
 factory
 
 None
 
 str
 
 timedelta
 
 User
 
 validator
 

Detailed Description

RefreshToken for a user to grant new access tokens.

Definition at line 103 of file models.py.

Member Data Documentation

◆ datetime

homeassistant.auth.models.RefreshToken.datetime
static

Definition at line 118 of file models.py.

◆ default

homeassistant.auth.models.RefreshToken.default
static

Definition at line 109 of file models.py.

◆ factory

homeassistant.auth.models.RefreshToken.factory
static

Definition at line 117 of file models.py.

◆ None

homeassistant.auth.models.RefreshToken.None
static

Definition at line 107 of file models.py.

◆ str

homeassistant.auth.models.RefreshToken.str
static

Definition at line 111 of file models.py.

◆ timedelta

homeassistant.auth.models.RefreshToken.timedelta
static

Definition at line 108 of file models.py.

◆ User

homeassistant.auth.models.RefreshToken.User
static

Definition at line 106 of file models.py.

◆ validator

homeassistant.auth.models.RefreshToken.validator
static

Definition at line 113 of file models.py.


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