Home
last modified time | relevance | path

Searched refs:ClientInterface (Results 1 – 25 of 94) sorted by last modified time

1234

/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/oauth/
H A DHTTPClient.php6 use OAuth\Common\Http\Client\ClientInterface; alias
13 class HTTPClient implements ClientInterface
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php10 use OAuth\Common\Http\Client\ClientInterface; alias
21 ClientInterface $httpClient,
H A DRedmine.php12 use OAuth\Common\Http\Client\ClientInterface; alias
18 ClientInterface $httpClient,
H A DScoopIt.php12 use OAuth\Common\Http\Client\ClientInterface; alias
18 ClientInterface $httpClient,
H A DServiceInterface.php8 use OAuth\Common\Http\Client\ClientInterface; alias
H A DTumblr.php12 use OAuth\Common\Http\Client\ClientInterface; alias
18 ClientInterface $httpClient,
H A DAbstractService.php8 use OAuth\Common\Http\Client\ClientInterface; alias
31 ClientInterface $httpClient,
H A DBitBucket.php12 use OAuth\Common\Http\Client\ClientInterface; alias
18 ClientInterface $httpClient,
H A DEtsy.php12 use OAuth\Common\Http\Client\ClientInterface; alias
21 ClientInterface $httpClient,
H A DFitBit.php12 use OAuth\Common\Http\Client\ClientInterface; alias
18 ClientInterface $httpClient,
H A DFiveHundredPx.php19 use OAuth\Common\Http\Client\ClientInterface; alias
32 ClientInterface $httpClient,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php6 use OAuth\Common\Http\Client\ClientInterface; alias
41 ClientInterface $httpClient,
H A DAmazon.php9 use OAuth\Common\Http\Client\ClientInterface; alias
30 ClientInterface $httpClient,
H A DBattleNet.php10 use OAuth\Common\Http\Client\ClientInterface; alias
38 ClientInterface $httpClient,
H A DFacebook.php10 use OAuth\Common\Http\Client\ClientInterface; alias
127 ClientInterface $httpClient,
H A DFoursquare.php9 use OAuth\Common\Http\Client\ClientInterface; alias
19 ClientInterface $httpClient,
H A DGitHub.php6 use OAuth\Common\Http\Client\ClientInterface; alias
129 ClientInterface $httpClient,
H A DGoogle.php6 use OAuth\Common\Http\Client\ClientInterface; alias
135 ClientInterface $httpClient,
H A DHubic.php16 use OAuth\Common\Http\Client\ClientInterface; alias
44 ClientInterface $httpClient,
H A DInstagram.php9 use OAuth\Common\Http\Client\ClientInterface; alias
28 ClientInterface $httpClient,
H A DJawboneUP.php9 use OAuth\Common\Http\Client\ClientInterface; alias
54 ClientInterface $httpClient,
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md40 - You can use any HTTP client you desire, just create a class utilizing it which implements `OAuth\Common\Http\ClientInterface` (two implementations are included)
/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
H A DClientInterface.php11 interface ClientInterface interface

1234