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