mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
1
vendor/golang.org/x/oauth2/oauth2.go
generated
vendored
1
vendor/golang.org/x/oauth2/oauth2.go
generated
vendored
@ -180,7 +180,6 @@ func (c *Config) Exchange(ctx context.Context, code string) (*Token, error) {
|
||||
"grant_type": {"authorization_code"},
|
||||
"code": {code},
|
||||
"redirect_uri": internal.CondVal(c.RedirectURL),
|
||||
"scope": internal.CondVal(strings.Join(c.Scopes, " ")),
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user