mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
rename all access token to id_tokens
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
// Token - parses the output from IDP access token.
|
||||
// Token - parses the output from IDP id_token.
|
||||
type Token struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
Expiry int `json:"expires_in"`
|
||||
|
||||
Reference in New Issue
Block a user