|
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...
Collaboration diagram for OAuthToken: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.
References to_string().
Here is the call graph for this function:| 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().
Referenced by __toString().
Here is the call graph for this function:
Here is the caller graph for this function:| OAuthToken::$key |
Definition at line 45 of file OAuth.php.
Referenced by __construct().
| OAuthToken::$secret |
Definition at line 46 of file OAuth.php.
Referenced by __construct().