Class Zend_Oauth_Token_AuthorizedRequest

Description
  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Oauth/Token/AuthorizedRequest.php (line 31)

Zend_Oauth_Token
   |
   --Zend_Oauth_Token_AuthorizedRequest
Variable Summary
 array $_data
Method Summary
 void __construct ([ $data = null], [Zend_Oauth_Http_Utility $utility = null])
 array getData ()
 bool isValid ()
 array _parseData ()
Variables
array $_data = array() (line 36)
  • access: protected

Inherited Variables

Inherited from Zend_Oauth_Token

Zend_Oauth_Token::$_httpUtility
Zend_Oauth_Token::$_params
Zend_Oauth_Token::$_response
Methods
Constructor __construct (line 45)

Constructor

  • access: public
void __construct ([ $data = null], [Zend_Oauth_Http_Utility $utility = null])

Redefinition of:
Zend_Oauth_Token::__construct()
Constructor; basic setup for any Token subclass.
getData (line 66)

Retrieve token data

  • access: public
array getData ()
isValid (line 76)

Indicate if token is valid

  • access: public
bool isValid ()

Redefinition of:
Zend_Oauth_Token::isValid()
Attempts to validate the Token parsed from the HTTP response - really it's just very basic existence checks which are minimal.
_parseData (line 91)

Parse string data into array

  • access: protected
array _parseData ()

Inherited Methods

Inherited From Zend_Oauth_Token

 Zend_Oauth_Token::__construct()
 Zend_Oauth_Token::getParam()
 Zend_Oauth_Token::getResponse()
 Zend_Oauth_Token::getToken()
 Zend_Oauth_Token::getTokenSecret()
 Zend_Oauth_Token::isValid()
 Zend_Oauth_Token::setParam()
 Zend_Oauth_Token::setParams()
 Zend_Oauth_Token::setToken()
 Zend_Oauth_Token::setTokenSecret()
 Zend_Oauth_Token::toString()
 Zend_Oauth_Token::_parseParameters()
 Zend_Oauth_Token::__get()
 Zend_Oauth_Token::__set()
 Zend_Oauth_Token::__sleep()
 Zend_Oauth_Token::__toString()
 Zend_Oauth_Token::__wakeup()
Class Constants

Documentation generated on Mon, 21 Jun 2010 15:08:23 -0400 by phpDocumentor 1.4.3