Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

getHttpClient(
array $oauthOptions, null|string $uri
=
null, null|array|\Zend_Config $config
=
null, bool $excludeCustomParamsFromHeader
=
true
)
:
\Zend_Oauth_Client
Get OAuth client
Name | Type | Description |
---|---|---|
$oauthOptions | array | |
$uri | null|string | |
$config | null|array|\Zend_Config | |
$excludeCustomParamsFromHeader | bool |
Type | Description |
---|---|
\Zend_Oauth_Client |

toHeader(
string $url, \Zend_Oauth_Config_ConfigInterface $config, null|array $customParams
=
null, null|string $realm
=
null
)
:
string
Cast to HTTP header
Name | Type | Description |
---|---|---|
$url | string | |
$config | \Zend_Oauth_Config_ConfigInterface | |
$customParams | null|array | |
$realm | null|string |
Type | Description |
---|---|
string |

toQueryString(
mixed $url, \Zend_Oauth_Config_ConfigInterface $config, null|array $params
=
null
)
:
string
Cast to HTTP query string
Name | Type | Description |
---|---|---|
$url | mixed | |
$config | \Zend_Oauth_Config_ConfigInterface | |
$params | null|array |
Type | Description |
---|---|
string |