ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent an OAuth Token. 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 | |
Class to represent an OAuth Token.
Definition at line 12 of file OAuthToken.php.
IMSGlobal\LTI\OAuth\OAuthToken::__construct | ( | $key, | |
$secret | |||
) |
key = the token secret = the token secret
Definition at line 22 of file OAuthToken.php.
References IMSGlobal\LTI\OAuth\OAuthToken\$key, and IMSGlobal\LTI\OAuth\OAuthToken\$secret.
IMSGlobal\LTI\OAuth\OAuthToken::__toString | ( | ) |
Definition at line 38 of file OAuthToken.php.
References IMSGlobal\LTI\OAuth\OAuthToken\to_string().
IMSGlobal\LTI\OAuth\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 31 of file OAuthToken.php.
References IMSGlobal\LTI\OAuth\OAuthUtil\urlencode_rfc3986().
Referenced by IMSGlobal\LTI\OAuth\OAuthToken\__toString().
IMSGlobal\LTI\OAuth\OAuthToken::$key |
Definition at line 15 of file OAuthToken.php.
Referenced by IMSGlobal\LTI\OAuth\OAuthToken\__construct().
IMSGlobal\LTI\OAuth\OAuthToken::$secret |
Definition at line 16 of file OAuthToken.php.
Referenced by IMSGlobal\LTI\OAuth\OAuthToken\__construct().