|
| getUrl () |
| Generate a redirect URL from the allowable parameters and configured values.
|
|
| assembleParams () |
| Assemble all parameters for inclusion in a redirect URL.
|
|
| __construct (Zend_Oauth_Consumer $consumer, array $parameters=null, Zend_Oauth_Http_Utility $utility=null) |
| Constructor.
|
|
| setMethod ($method) |
| Set a preferred HTTP request method.
|
|
| getMethod () |
| Preferred HTTP request method accessor.
|
|
| setParameters (array $customServiceParameters) |
| Mutator to set an array of custom parameters for the HTTP request.
|
|
| getParameters () |
| Accessor for an array of custom parameters.
|
|
| getConsumer () |
| Return the Consumer instance in use.
|
|
| startRequestCycle (array $params) |
| Commence a request cycle where the current HTTP method and OAuth request scheme set an upper preferred HTTP request style and where failures generate a new HTTP request style further down the OAuth preference list for OAuth Request Schemes.
|
|
| getRequestSchemeQueryStringClient (array $params, $url) |
| Return an instance of Zend_Http_Client configured to use the Query String scheme for an OAuth driven HTTP request.
|
|