Located in /Oauth/Token.php (line 31)
Token parameters
OAuth response object
Constructor; basic setup for any Token subclass.
Get the value for a parameter (e.g. token secret or other).
Return the HTTP response object used to initialise this instance.
Gets the value for a Token.
Retrieve this Token's secret which may be used when signing requests with this Token.
Attempts to validate the Token parsed from the HTTP response - really it's just very basic existence checks which are minimal.
Sets the value for a parameter (e.g. token secret or other) and run a simple filter to remove any trailing newlines.
Sets the value for some parameters (e.g. token secret or other) and run a simple filter to remove any trailing newlines.
Sets the value for a Token.
Sets the value for the this Token's secret which may be used when signing requests with this Token.
Convert Token to a string, specifically a raw encoded query string.
Parse a HTTP response body and collect returned parameters as raw url decoded key-value pairs in an associative array.
Generic accessor to enable access as public properties.
Generic mutator to enable access as public properties.
Limit serialisation stored data to the parameters
Convert Token to a string, specifically a raw encoded query string.
Aliases to self::toString()
After serialisation, re-instantiate a HTTP utility class for use
Documentation generated on Mon, 21 Jun 2010 15:49:45 -0400 by phpDocumentor 1.4.3