forked from remote/oauth2
Rename getAppEngineTokenSource and appEngineTokenSource
appEngineTokenSource -> gaeTokenSource getAppEngineTokenSource -> appEngineTokenSource
This commit is contained in:
@@ -25,7 +25,7 @@ var (
|
||||
)
|
||||
|
||||
// See comment on AppEngineTokenSource in appengine.go.
|
||||
func getAppEngineTokenSource(ctx context.Context, scope ...string) oauth2.TokenSource {
|
||||
func appEngineTokenSource(ctx context.Context, scope ...string) oauth2.TokenSource {
|
||||
once.Do(logFunc)
|
||||
return ComputeTokenSource("")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user