Home
last modified time | relevance | path

Searched refs:HttpHandlerFactory (Results 1 – 11 of 11) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php21 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
75 $httpHandler = HttpHandlerFactory::build($this->http);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php26 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
256 $httpHandler = HttpHandlerFactory::build($this->getHttpClient());
302 $httpHandler = HttpHandlerFactory::build($authHttp);
343 $httpHandler = HttpHandlerFactory::build($this->getHttpClient());
/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php21 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
H A DAccessToken.php27 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
H A DApplicationDefaultCredentials.php25 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
170 $httpHandler = HttpHandlerFactory::build($client);
281 $httpHandler = HttpHandlerFactory::build($client);
H A DOAuth2.php23 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
541 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php20 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
82 $httpHandler = HttpHandlerFactory::build($client);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php23 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
316 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());
471 $httpHandler = HttpHandlerFactory::build(HttpClientCache::getHttpClient());
504 ?: HttpHandlerFactory::build(HttpClientCache::getHttpClient());
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php6 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
55 $authHttpHandler = HttpHandlerFactory::build($authHttp);
H A DGuzzle6AuthHandler.php6 use Google\Auth\HttpHandler\HttpHandlerFactory; alias
55 $authHttpHandler = HttpHandlerFactory::build($authHttp);
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php22 class HttpHandlerFactory class