Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
Classes | |
class | OAuthConsumer |
OAuth 1.0 Consumer class. More... | |
class | OAuthDataStore |
class | OAuthException |
Generic exception class. More... | |
class | OAuthRequest |
class | OAuthServer |
class | OAuthSignatureMethod |
class | OAuthSignatureMethod_HMAC |
Base class for the HMac based signature methods. More... | |
class | OAuthSignatureMethod_HMAC_SHA1 |
Implementation for SHA 1. More... | |
class | OAuthSignatureMethod_HMAC_SHA256 |
Implementation for SHA 256. More... | |
class | OAuthSignatureMethod_PLAINTEXT |
class | OAuthSignatureMethod_RSA_SHA1 |
class | OAuthToken |
class | OAuthUtil |
class | TrivialOAuthDataStore |
A Trivial memory-based store - no support for tokens. More... | |
Functions | |
get_oauth_key_from_headers ($typeid=null, $scopes=null) | |
handle_oauth_body_post ($oauthconsumerkey, $oauthconsumersecret, $body, $requestheaders=null) | |
Variables | |
$lastcomputedsignature = false | |