|
| __construct ($key, $secret) |
| key = the token secret = the token secret More...
|
|
| to_string () |
| generates the basic string serialization of a token that a server would respond to request_token and access_token calls with More...
|
|
| __toString () |
|
Definition at line 38 of file OAuth.php.
◆ __construct()
OAuthToken::__construct |
( |
|
$key, |
|
|
|
$secret |
|
) |
| |
key = the token secret = the token secret
Definition at line 48 of file OAuth.php.
◆ __toString()
OAuthToken::__toString |
( |
| ) |
|
Definition at line 66 of file OAuth.php.
to_string()
generates the basic string serialization of a token that a server would respond to request_token and ...
◆ to_string()
OAuthToken::to_string |
( |
| ) |
|
generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
Definition at line 58 of file OAuth.php.
References OAuthUtil\urlencode_rfc3986().
60 return "oauth_token=" .
62 "&oauth_token_secret=" .
static urlencode_rfc3986($input)
◆ $key
◆ $secret
The documentation for this class was generated from the following file: