Home
last modified time | relevance | path

Searched refs:retrieveResponse (Results 1 – 18 of 18) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPocket.php63 $responseBody = $this->httpClient->retrieveResponse(
95 $responseBody = $this->httpClient->retrieveResponse(
H A DAbstractService.php114 $responseBody = $this->httpClient->retrieveResponse(
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
209 $responseBody = $this->httpClient->retrieveResponse(
H A DBitly.php94 $responseBody = $this->httpClient->retrieveResponse(
H A DDelicious.php128 $responseBody = $this->httpClient->retrieveResponse(
H A DBitrix24.php59 $responseBody = $this->httpClient->retrieveResponse(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php52 $responseBody = $this->httpClient->retrieveResponse($this->getRequestTokenEndpoint(), array(), $headers);
100 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DYahoo.php76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
H A DFlickr.php98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php114 $responseBody = $this->httpClient->retrieveResponse(
174 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
212 $responseBody = $this->httpClient->retrieveResponse(
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php26 public function retrieveResponse( function
H A DStreamClient.php27 public function retrieveResponse( function in OAuth\\Common\\Http\\Client\\StreamClient
H A DCurlClient.php64 public function retrieveResponse( function in OAuth\\Common\\Http\\Client\\CurlClient
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php26 public function retrieveResponse( function
H A DStreamClient.php27 public function retrieveResponse( function in OAuth\\Common\\Http\\Client\\StreamClient
H A DCurlClient.php64 public function retrieveResponse( function in OAuth\\Common\\Http\\Client\\CurlClient
/plugin/evesso/classes/
H A DoAuthHTTPClient.php29 public function retrieveResponse( function in OAuth\\Plugin\\oAuthHTTPClient
/plugin/oauth/
H A DHTTPClient.php16 public function retrieveResponse(
17 public function retrieveResponse( global() function in dokuwiki\\plugin\\oauth\\HTTPClient
/plugin/oauthkeycloak/
H A DKeycloak.php90 $this->httpClient->retrieveResponse(