google.golang.org/api/idtoken.cachingClient.now (method)

6 uses

	google.golang.org/api/idtoken (current package)
		cache.go#L68: func (c *cachingClient) now() time.Time {
		cache.go#L82: 	if c.now().After(cachedResp.exp) {
		cache.go#L105: 				return c.now()
		cache.go#L109: 				return c.now()
		cache.go#L116: 		return c.now()
		cache.go#L118: 	return c.now().Add(time.Duration(maxAge-age) * time.Second)