mirror of
https://github.com/sstent/go-garth.git
synced 2026-04-05 11:42:44 +00:00
porting - part 4 done
This commit is contained in:
@@ -72,7 +72,8 @@ type OAuth2Token struct {
|
||||
ExpiresIn int `json:"expires_in"`
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
Scope string `json:"scope"`
|
||||
CreatedAt time.Time // Added for expiration tracking
|
||||
CreatedAt time.Time // Used for expiration tracking
|
||||
ExpiresAt time.Time // Computed expiration time
|
||||
}
|
||||
|
||||
// OAuthConsumer represents OAuth consumer credentials
|
||||
|
||||
Reference in New Issue
Block a user