The URL to which requests for an Access Token should be directed.
When absent, assumed siteUrl+'/access_token'
The URL to which users should be redirected to authorize a Request Token.
When absent, assumed siteUrl+'/authorize'
This optional value is used to define where the user is redirected to after authorizing a Request Token from an OAuth Providers website.
It's optional since a Provider may ask for this to be defined in advance when registering a new application for a Consumer Key.
An OAuth application's Consumer Key.
Every Consumer Key has a Consumer Secret unless you're in RSA-land.
Preferred request Method - one of GET or POST - which Zend_Oauth will enforce as standard throughout the library. Generally a default of POST works fine unless a Provider specifically requires otherwise.
Three request schemes are defined by OAuth, of which passing all OAuth parameters by Header is preferred. The other two are POST Body and Query String.
The URL to which requests for a Request Token should be directed.
When absent, assumed siteUrl+'/request_token'
If relevant, a PEM encoded RSA private key encapsulated as a Zend_Crypt_Rsa Key
If relevant, a PEM encoded RSA public key encapsulated as a Zend_Crypt_Rsa Key
Signature method used when signing all parameters for an HTTP request
The URL root to append default OAuth endpoint paths.
Generally this will nearly always be an Access Token represented as a Zend_Oauth_Token_Access object.
OAuth Version; This defaults to 1.0 - Must not be changed!
Constructor; create a new object with an optional array|Zend_Config instance containing initialising options.
Get access token URL
If no access token URL has been set, but a site URL has, returns the site URL with the string "/access_token" appended.
Get authorization URL
If no authorization URL has been set, but a site URL has, returns the site URL with the string "/authorize" appended.
Get callback URL
Get consumer key
Get consumer secret
Returns RSA private key if set; otherwise, returns any previously set consumer secret.
Get request method
Get request scheme
Get request token URL
If no request token URL has been set, but a site URL has, returns the site URL with the string "/request_token" appended.
Get signature method
Get site URL
Get user authorization URL
Get version
Set access token URL
Set authorization URL
Set callback URL
Set consumer key
Set consumer secret
Parse option array or Zend_Config instance and setup options using their relevant mutators.
Set request method
Set request scheme
Set request token URL
Set RSA private key
Set RSA public key
Set signature method
Set user authorization URL
Set version
Documentation generated on Mon, 21 Jun 2010 15:13:22 -0400 by phpDocumentor 1.4.3