Home
last modified time | relevance | path

Searched refs:onGce (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DGCECache.php66 public function onGce(callable $httpHandler = null) function in Google\\Auth\\GCECache
69 return GCECredentials::onGce($httpHandler);
73 $onGce = $this->getCachedValue($cacheKey);
75 if (is_null($onGce)) {
76 $onGce = GCECredentials::onGce($httpHandler);
77 $this->setCachedValue($cacheKey, $onGce);
80 return $onGce;
H A DApplicationDefaultCredentials.php184 } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) {
298 } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php313 public static function onGce(callable $httpHandler = null) function in Google\\Auth\\Credentials\\GCECredentials
507 $this->isOnGce = self::onGce($httpHandler);