mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 18:53:34 +00:00
Update vendor directory
This commit is contained in:
3
vendor/golang.org/x/oauth2/google/appengine.go
generated
vendored
3
vendor/golang.org/x/oauth2/google/appengine.go
generated
vendored
@@ -20,6 +20,9 @@ var appengineVM bool
|
||||
// Set at init time by appengine_hook.go. If nil, we're not on App Engine.
|
||||
var appengineTokenFunc func(c context.Context, scopes ...string) (token string, expiry time.Time, err error)
|
||||
|
||||
// Set at init time by appengine_hook.go. If nil, we're not on App Engine.
|
||||
var appengineAppIDFunc func(c context.Context) string
|
||||
|
||||
// AppEngineTokenSource returns a token source that fetches tokens
|
||||
// issued to the current App Engine application's service account.
|
||||
// If you are implementing a 3-legged OAuth 2.0 flow on App Engine
|
||||
|
||||
Reference in New Issue
Block a user