Update spec files to match current implementation state
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user