docs(example): simplified deletion (#699)

* simplified deletion

* added docs
This commit is contained in:
mqf20 2025-02-13 19:26:00 +08:00 committed by GitHub
parent 03e5ff8345
commit 37dd41e49b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 14 deletions

View file

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