Property | Type | Description | |
---|---|---|---|
$key | access tokens and request tokens | ||
$secret |
Method | Description | |
---|---|---|
__construct ( $key, $secret ) | key = the token secret = the token secret | |
__toString ( ) | ||
to_string ( ) | generates the basic string serialization of a token that a server would respond to request_token and access_token calls with |
public __construct ( $key, $secret ) |
public to_string ( ) |