Searched refs:bodyParams (Results 1 – 7 of 7) sorted by relevance
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/ |
| H A D | AbstractService.php | 85 $bodyParams = array( 94 $bodyParams 100 …Body = $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) : $authPara… 219 if (is_array($bodyParams) && isset($bodyParams['oauth_session_handle'])) { 220 $authParameters['oauth_session_handle'] = $bodyParams['oauth_session_handle']; 221 unset($bodyParams['oauth_session_handle']);
|
| H A D | Yahoo.php | 61 $bodyParams = array('oauth_session_handle' => $extraParams['oauth_session_handle']); 68 $bodyParams 76 …Body = $this->httpClient->retrieveResponse($this->getAccessTokenEndpoint(), $bodyParams, $headers);
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
| H A D | Bitly.php | 86 $bodyParams = array( 96 $bodyParams,
|
| H A D | Delicious.php | 120 $bodyParams = array( 130 $bodyParams,
|
| H A D | Pocket.php | 90 $bodyParams = array( 97 $bodyParams,
|
| H A D | AbstractService.php | 106 $bodyParams = [ 116 $bodyParams,
|
| /plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/ |
| D | AbstractService.php | 106 $bodyParams = array( 116 $bodyParams,
|