Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
toHeader ( $url, Zend_Oauth_Config_ConfigInterface $config, array $customParams=null, $realm=null) | |
toQueryString ($url, Zend_Oauth_Config_ConfigInterface $config, array $params=null) | |
getHttpClient (array $oauthOptions, $uri=null, $config=null, $excludeCustomParamsFromHeader=true) | |
![]() | |
__construct (Zend_Http_Response $response=null, Zend_Oauth_Http_Utility $utility=null) | |
isValid () | |
getResponse () | |
setTokenSecret ($secret) | |
getTokenSecret () | |
setParam ($key, $value) | |
setParams (array $params) | |
getParam ($key) | |
setToken ($token) | |
getToken () | |
__get ($key) | |
__set ($key, $value) | |
toString () | |
__toString () | |
__sleep () | |
__wakeup () | |
Additional Inherited Members | |
![]() | |
const | TOKEN_PARAM_KEY = 'oauth_token' |
const | TOKEN_SECRET_PARAM_KEY = 'oauth_token_secret' |
const | TOKEN_PARAM_CALLBACK_CONFIRMED = 'oauth_callback_confirmed' |
![]() | |
_parseParameters (Zend_Http_Response $response) | |
![]() | |
$_params = array() | |
$_response = null | |
$_httpUtility = null | |
Definition at line 40 of file Access.php.
getHttpClient | ( | array | $oauthOptions, |
$uri = null , |
|||
$config = null , |
|||
$excludeCustomParamsFromHeader = true |
|||
) |
Get OAuth client
array | $oauthOptions | |
null | string | $uri | |
null | array | Zend_Config | $config | |
bool | $excludeCustomParamsFromHeader |
Definition at line 93 of file Access.php.
toHeader | ( | $url, | |
Zend_Oauth_Config_ConfigInterface | $config, | ||
array | $customParams = null , |
||
$realm = null |
|||
) |
Cast to HTTP header
string | $url | |
Zend_Oauth_Config_ConfigInterface | $config | |
null | array | $customParams | |
null | string | $realm |
Definition at line 51 of file Access.php.
toQueryString | ( | $url, | |
Zend_Oauth_Config_ConfigInterface | $config, | ||
array | $params = null |
||
) |
Cast to HTTP query string
mixed | $url | |
Zend_Oauth_Config_ConfigInterface | $config | |
null | array | $params |
Definition at line 72 of file Access.php.