ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 | |
OAuthToken::__construct | ( | $key, | |
$secret | |||
) |
OAuthToken::__toString | ( | ) |
Definition at line 66 of file OAuth.php.
References 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().
Referenced by __toString().
OAuthToken::$key |
Definition at line 41 of file OAuth.php.
Referenced by __construct().
OAuthToken::$secret |
Definition at line 42 of file OAuth.php.
Referenced by __construct().