Searched refs:appengineTokenFunc (Results 1 – 3 of 3) sorted by relevance
21 var appengineTokenFunc func(c context.Context, scopes ...string) (token string, expiry time.Time, e… var33 if appengineTokenFunc == nil {63 if appengineTokenFunc == nil {80 access, exp, err := appengineTokenFunc(ts.ctx, ts.scopes...)
12 appengineTokenFunc = appengine.AccessToken
90 if appengineTokenFunc != nil && !appengineFlex {