Home
last modified time | relevance | path

Searched refs:ClientInterface (Results 1 – 25 of 94) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpClientCache.php20 use GuzzleHttp\ClientInterface; alias
28 * @var ClientInterface|null
37 * @param ClientInterface|null $client
40 public static function setHttpClient(ClientInterface $client = null)
48 * @return ClientInterface|null
H A DHttpHandlerFactory.php20 use GuzzleHttp\ClientInterface; alias
27 * @param ClientInterface $client
31 public static function build(ClientInterface $client = null)
37 $version = ClientInterface::MAJOR_VERSION;
40 $version = (int) substr(ClientInterface::VERSION, 0, 1);
H A DGuzzle6HttpHandler.php19 use GuzzleHttp\ClientInterface; alias
26 * @var ClientInterface
31 * @param ClientInterface $client
33 public function __construct(ClientInterface $client)
H A DGuzzle5HttpHandler.php20 use GuzzleHttp\ClientInterface; alias
34 * @var ClientInterface
39 * @param ClientInterface $client
41 public function __construct(ClientInterface $client)
/plugin/emoji/emojione/
H A DEmojione.php46 * @return ClientInterface The Client
61 * @param ClientInterface $client The Client
64 public static function setClient(ClientInterface $client)
77 * @param ClientInterface $client The Client
80 protected static function loadConfig(ClientInterface $client)
101 * @param ClientInterface $client The Client
104 protected static function updateConfig(ClientInterface $client)
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php12 use GuzzleHttp\ClientInterface; alias
30 ClientInterface $http,
47 ClientInterface $http,
68 public function attachToken(ClientInterface $http, array $token, array $scopes)
87 public function attachKey(ClientInterface $http, $key)
97 private function createAuthHttp(ClientInterface $http)
H A DGuzzle6AuthHandler.php12 use GuzzleHttp\ClientInterface; alias
30 ClientInterface $http,
47 ClientInterface $http,
71 public function attachToken(ClientInterface $http, array $token, array $scopes)
93 public function attachKey(ClientInterface $http, $key)
106 private function createAuthHttp(ClientInterface $http)
H A DAuthHandlerFactory.php21 use GuzzleHttp\ClientInterface; alias
36 $guzzleVersion = ClientInterface::MAJOR_VERSION;
38 $guzzleVersion = (int) substr(ClientInterface::VERSION, 0, 1);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface; alias
20 /** @var ClientInterface */
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface; alias
20 /** @var ClientInterface */
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient,
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php8 abstract class AbstractClient implements ClientInterface
38 * @return ClientInterface
50 * @return ClientInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DAbstractClient.php8 abstract class AbstractClient implements ClientInterface
38 * @return ClientInterface
50 * @return ClientInterface
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php26 * @param ClientInterface $client Client used to send the requests.
36 ClientInterface $client,
91 * @param ClientInterface $client Client used to send the requests
101 ClientInterface $client,
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php23 use GuzzleHttp\ClientInterface; alias
34 * @var ClientInterface The http client
42 public function __construct(ClientInterface $http = null)
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php20 use OAuth\Common\Http\Client\ClientInterface; alias
29 *@var ClientInterface
50 * @param ClientInterface $httpClient
54 public function setHttpClient(ClientInterface $httpClient)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php20 use OAuth\Common\Http\Client\ClientInterface; alias
29 *@var ClientInterface
50 * @param ClientInterface $httpClient
54 public function setHttpClient(ClientInterface $httpClient)
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php33 use GuzzleHttp\ClientInterface; alias
65 * @var ClientInterface $http
280 * @param ClientInterface $authHttp optional.
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;
[all …]
/plugin/evesso/classes/
H A DoAuthHTTPClient.php5 use OAuth\Common\Http\Client\ClientInterface; alias
14 class oAuthHTTPClient implements ClientInterface {
/plugin/oauth/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface; alias
13 class HTTPClient implements ClientInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFoursquare.php9 use OAuth\Common\Http\Client\ClientInterface; alias
19 ClientInterface $httpClient,
H A DInstagram.php9 use OAuth\Common\Http\Client\ClientInterface; alias
28 ClientInterface $httpClient,
H A DBox.php9 use OAuth\Common\Http\Client\ClientInterface; alias
23 ClientInterface $httpClient,
H A DDropbox.php9 use OAuth\Common\Http\Client\ClientInterface; alias
23 ClientInterface $httpClient,
H A DMondo.php9 use OAuth\Common\Http\Client\ClientInterface; alias
17 ClientInterface $httpClient,
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php24 use GuzzleHttp\ClientInterface; alias
49 ClientInterface $client,
79 …public static function doExecute(ClientInterface $client, RequestInterface $request, $expectedClas…

1234