Update spec files to match current implementation state

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-12-25 13:25:29 -08:00
parent 85e95f64d6
commit b9291861da
56 changed files with 943 additions and 36 deletions

View File

@@ -84,6 +84,10 @@ This document defines the data models for the Fitbit-Garmin Local Sync applicati
- `last_used` (DateTime): When the token was last used
- `created_at` (DateTime): Timestamp of record creation
- `updated_at` (DateTime): Timestamp of last update
- `garth_oauth1_token` (String, nullable): Garmin OAuth1 token (encrypted)
- `garth_oauth2_token` (String, nullable): Garmin OAuth2 token (encrypted)
- `mfa_state` (String, nullable): MFA state information for Garmin authentication
- `mfa_expires_at` (DateTime, nullable): When MFA state expires
## Entity: Auth Status
**Description**: Current authentication state for both Fitbit and Garmin, including token expiration times and last login information