ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
OAuth PECL extension includes an OAuth Exception class, so we need to wrap the definition of this class in order to avoid a PHP error. More...
Public Member Functions | |
__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 () | |
Data Fields | |
$key | |
$secret | |
OAuth PECL extension includes an OAuth Exception class, so we need to wrap the definition of this class in order to avoid a PHP error.
OAuthToken::__construct | ( | $key, | |
$secret | |||
) |
OAuthToken::__toString | ( | ) |
Definition at line 71 of file OAuth.php.
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 62 of file OAuth.php.
References OAuthUtil\urlencode_rfc3986().