Public Member Functions | |
| __construct ($key, $secret, $expiration="") | |
| toString () | |
| __toString () | |
Public Attributes | |
| $key | |
| $secret | |
| $expiration | |
| OAuthToken::__construct | ( | $ | key, |
| $ | secret, | ||
| $ | expiration = "" |
||
| ) |
Constructor.
| string | $key | |
| string | $secret | |
| string | $expiration |
generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
| OAuthToken::$expiration |
| OAuthToken::$key |
| OAuthToken::$secret |