|
| toHeader ($url, Zend_Oauth_Config_ConfigInterface $config, array $customParams=null, $realm=null) |
| Cast to HTTP header.
|
|
| toQueryString ($url, Zend_Oauth_Config_ConfigInterface $config, array $params=null) |
| Cast to HTTP query string.
|
|
| getHttpClient (array $oauthOptions, $uri=null, $config=null, $excludeCustomParamsFromHeader=true) |
| Get OAuth client.
|
|
| __construct (Zend_Http_Response $response=null, Zend_Oauth_Http_Utility $utility=null) |
| Constructor; basic setup for any Token subclass.
|
|
| isValid () |
| Attempts to validate the Token parsed from the HTTP response - really it's just very basic existence checks which are minimal.
|
|
| getResponse () |
| Return the HTTP response object used to initialise this instance.
|
|
| setTokenSecret ($secret) |
| Sets the value for the this Token's secret which may be used when signing requests with this Token.
|
|
| getTokenSecret () |
| Retrieve this Token's secret which may be used when signing requests with this Token.
|
|
| setParam ($key, $value) |
| Sets the value for a parameter (e.g.
|
|
| setParams (array $params) |
| Sets the value for some parameters (e.g.
|
|
| getParam ($key) |
| Get the value for a parameter (e.g.
|
|
| setToken ($token) |
| Sets the value for a Token.
|
|
| getToken () |
| Gets the value for a Token.
|
|
| __get ($key) |
| Generic accessor to enable access as public properties.
|
|
| __set ($key, $value) |
| Generic mutator to enable access as public properties.
|
|
| toString () |
| Convert Token to a string, specifically a raw encoded query string.
|
|
| __toString () |
| Convert Token to a string, specifically a raw encoded query string.
|
|
| __sleep () |
| Limit serialisation stored data to the parameters.
|
|
| __wakeup () |
| After serialisation, re-instantiate a HTTP utility class for use.
|
|