|
Moodle
2.2.1
http://www.collinsharper.com
|
Data Structures | |
| class | OAuthException |
| class | OAuthConsumer |
| class | OAuthToken |
| class | OAuthSignatureMethod |
| class | OAuthSignatureMethod_HMAC_SHA1 |
| class | OAuthSignatureMethod_PLAINTEXT |
| class | OAuthSignatureMethod_RSA_SHA1 |
| class | OAuthRequest |
| class | OAuthServer |
| class | OAuthDataStore |
| class | OAuthUtil |
| class | TrivialOAuthDataStore |
Functions | |
| getOAuthKeyFromHeaders () | |
| handleOAuthBodyPOST ($oauth_consumer_key, $oauth_consumer_secret, $body, $request_headers=null) | |
| sendOAuthBodyPOST ($method, $endpoint, $oauth_consumer_key, $oauth_consumer_secret, $content_type, $body) | |
Variables | |
| $oauth_last_computed_signature = false | |
| moodle\mod\lti\getOAuthKeyFromHeaders | ( | ) |
| moodle\mod\lti\handleOAuthBodyPOST | ( | $ | oauth_consumer_key, |
| $ | oauth_consumer_secret, | ||
| $ | body, | ||
| $ | request_headers = null |
||
| ) |
Definition at line 79 of file OAuthBody.php.


| moodle\mod\lti\sendOAuthBodyPOST | ( | $ | method, |
| $ | endpoint, | ||
| $ | oauth_consumer_key, | ||
| $ | oauth_consumer_secret, | ||
| $ | content_type, | ||
| $ | body | ||
| ) |