Public Member Functions | |
| def | __init__ (self, kwargs) |
| def | has_refresh (self) |
| def | is_expired (self) |
Public Attributes | |
| access | |
| expires_at | |
| refresh | |
| uuid | |
Definition at line 25 of file scripts/mycroft/identity/__init__.py.
| def mycroft.identity.DeviceIdentity.__init__ | ( | self, | |
| kwargs | |||
| ) |
Definition at line 26 of file scripts/mycroft/identity/__init__.py.
| def mycroft.identity.DeviceIdentity.has_refresh | ( | self | ) |
Definition at line 35 of file scripts/mycroft/identity/__init__.py.
| def mycroft.identity.DeviceIdentity.is_expired | ( | self | ) |
Definition at line 32 of file scripts/mycroft/identity/__init__.py.
| mycroft.identity.DeviceIdentity.access |
Definition at line 28 of file scripts/mycroft/identity/__init__.py.
| mycroft.identity.DeviceIdentity.expires_at |
Definition at line 30 of file scripts/mycroft/identity/__init__.py.
| mycroft.identity.DeviceIdentity.refresh |
Definition at line 29 of file scripts/mycroft/identity/__init__.py.
| mycroft.identity.DeviceIdentity.uuid |
Definition at line 27 of file scripts/mycroft/identity/__init__.py.