Home
last modified time | relevance | path

Searched refs:bodyParams (Results 1 – 7 of 7) sorted by relevance

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php85 $bodyParams = array(
94 $bodyParams
100 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
198 * @param array $bodyParams Request body if applicable (key/value pairs)
206 $bodyParams = null argument
216 $signatureParams = (is_array($bodyParams)) ? array_merge($authParameters, $bodyParams) : $authParameters;
219 if (is_array($bodyParams) && isset($bodyParams['oauth_session_handle'])) {
220 $authParameters['oauth_session_handle'] = $bodyParams['oauth_session_handl
[all...]
H A DYahoo.php61 $bodyParams = array('oauth_session_handle' => $extraParams['oauth_session_handle']);
68 $bodyParams
76 $responseBody = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitly.php86 $bodyParams = array(
96 $bodyParams,
H A DDelicious.php120 $bodyParams = array(
130 $bodyParams,
H A DPocket.php90 $bodyParams = array(
97 $bodyParams,
H A DAbstractService.php106 $bodyParams = [
116 $bodyParams,
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php106 $bodyParams = array(
116 $bodyParams,