Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php54 $authHttp = $this->createAuthHttp($http);
55 $authHttpHandler = HttpHandlerFactory::build($authHttp);
H A DGuzzle6AuthHandler.php54 $authHttp = $this->createAuthHttp($http);
55 $authHttpHandler = HttpHandlerFactory::build($authHttp);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php280 * @param ClientInterface $authHttp optional.
283 public function fetchAccessTokenWithAssertion(ClientInterface $authHttp = null) argument
302 $httpHandler = HttpHandlerFactory::build($authHttp);