aboutsummaryrefslogtreecommitdiffstats
path: root/auth/auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth.go')
-rw-r--r--auth/auth.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth.go b/auth/auth.go
index ed65920..22267da 100644
--- a/auth/auth.go
+++ b/auth/auth.go
@@ -35,7 +35,7 @@ func hasValidToken(cacheFile oauth.CacheFile, transport *oauth.Transport) bool {
return true
}
-func GetOauth2Client(clientId, clientSecret, cachePath string) (*http.Client, error) {
+func GetOauth2Client(clientId, clientSecret, cachePath string, promptUser bool) (*http.Client, error) {
cacheFile := oauth.CacheFile(cachePath)
config := &oauth.Config{