Lines Matching refs:ClientInterface
33 use GuzzleHttp\ClientInterface; alias
65 * @var ClientInterface $http
280 * @param ClientInterface $authHttp optional.
283 public function fetchAccessTokenWithAssertion(ClientInterface $authHttp = null)
413 * @param ClientInterface $http the http client object.
414 * @return ClientInterface the http client object
416 public function authorize(ClientInterface $http = null)
1154 * @param ClientInterface $http
1156 public function setHttpClient(ClientInterface $http)
1162 * @return ClientInterface
1189 $guzzleVersion = ClientInterface::MAJOR_VERSION;
1191 $guzzleVersion = (int)substr(ClientInterface::VERSION, 0, 1);