Home
last modified time | relevance | path

Searched refs:HttpClientCache (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php24 use Google\Auth\HttpHandler\HttpClientCache; alias
165 if (!($client = HttpClientCache::getHttpClient())) {
167 HttpClientCache::setHttpClient($client);
276 if (!($client = HttpClientCache::getHttpClient())) {
278 HttpClientCache::setHttpClient($client);
H A DIam.php20 use Google\Auth\HttpHandler\HttpClientCache; alias
H A DAccessToken.php26 use Google\Auth\HttpHandler\HttpClientCache; alias
H A DOAuth2.php22 use Google\Auth\HttpHandler\HttpClientCache; alias
541 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php22 use Google\Auth\HttpHandler\HttpClientCache; alias
316 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());
471 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
504 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpClientCache.php25 class HttpClientCache class