ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class to represent an OAuth Consumer. More...
Public Member Functions | |
__construct ($key, $secret, $callback_url=NULL) | |
__toString () | |
Data Fields | |
$key | |
$secret | |
Class to represent an OAuth Consumer.
Definition at line 12 of file OAuthConsumer.php.
IMSGlobal\LTI\OAuth\OAuthConsumer::__construct | ( | $key, | |
$secret, | |||
$callback_url = NULL |
|||
) |
Definition at line 17 of file OAuthConsumer.php.
References IMSGlobal\LTI\OAuth\OAuthConsumer\$key, and IMSGlobal\LTI\OAuth\OAuthConsumer\$secret.
IMSGlobal\LTI\OAuth\OAuthConsumer::__toString | ( | ) |
Definition at line 23 of file OAuthConsumer.php.
IMSGlobal\LTI\OAuth\OAuthConsumer::$key |
Definition at line 14 of file OAuthConsumer.php.
Referenced by IMSGlobal\LTI\OAuth\OAuthConsumer\__construct().
IMSGlobal\LTI\OAuth\OAuthConsumer::$secret |
Definition at line 15 of file OAuthConsumer.php.
Referenced by IMSGlobal\LTI\OAuth\OAuthConsumer\__construct().