Located in /Oauth/Consumer.php (line 49)
Zend_Oauth | --Zend_Oauth_Consumer
Access token retrieved from OAuth Provider
Request Token retrieved from OAuth Provider
Inherited from Zend_Oauth
Zend_Oauth::$httpClient
Constructor; create a new object with an optional array|Zend_Config instance containing initialising options.
Retrieve an Access Token in exchange for a previously received/authorized Request Token.
Return whatever the last Access Token retrieved was while using the current Consumer instance.
Return whatever the last Request Token retrieved was while using the current Consumer instance.
After a Request Token is retrieved, the user may be redirected to the OAuth Provider to authorize the application's access to their protected resources - the redirect URL being provided by this method.
Once the user has authorized the application for access, they are redirected back to the application which can now exchange the previous Request Token for a fully authorized Access Token.
Attempts to retrieve a Request Token from an OAuth Provider which is later exchanged for an authorized Access Token used to access the protected resources exposed by a web service API.
Rather than retrieve a redirect URL for use, e.g. from a controller, one may perform an immediate redirect.
Sends headers and exit()s on completion.
Simple Proxy to the current Zend_Oauth_Config method. It's that instance which holds all configuration methods and values this object also presents as it's API.
Inherited From Zend_Oauth
Zend_Oauth::clearHttpClient()
Zend_Oauth::getHttpClient()
Zend_Oauth::setHttpClient()
Documentation generated on Mon, 21 Jun 2010 15:13:34 -0400 by phpDocumentor 1.4.3