simplified deletion

This commit is contained in:
mqf20 2025-01-26 23:20:36 +08:00
parent de2fd41f40
commit 55839fdf82
No known key found for this signature in database
2 changed files with 7 additions and 14 deletions

View file

@ -22,4 +22,5 @@ type RefreshToken struct {
ApplicationID string
Expiration time.Time
Scopes []string
AccessToken string // Token.ID
}