Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
moodle\mod\lti Namespace Reference

  More...

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
 

Detailed Description