Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
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.