Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
Public Member Functions | |
authenticatedRequest (Google_Http_Request $request) | |
An utility function that first calls $this->auth->sign($request) and then executes makeRequest() on that signed request. | |
sign (Google_Http_Request $request) | |
|
abstract |
An utility function that first calls $this->auth->sign($request) and then executes makeRequest() on that signed request.
Used for when a request should be authenticated
Google_Http_Request | $request |
Google_Http_Request\$request |
Reimplemented in Google_Auth_AppIdentity, Google_Auth_ComputeEngine, Google_Auth_OAuth2, and Google_Auth_Simple.
|
abstract |
Reimplemented in Google_Auth_ComputeEngine, and Google_Auth_OAuth2.