[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Google_Auth_AppIdentity:: (4 methods):
__construct()
authenticateForScope()
authenticatedRequest()
sign()
Class: Google_Auth_AppIdentity - X-Ref
Authentication via the Google App Engine App Identity service.__construct(Google_Client $client, $config = null) X-Ref |
No description |
authenticateForScope($scopes) X-Ref |
Retrieve an access token for the scopes supplied. |
authenticatedRequest(Google_Http_Request $request) X-Ref |
Perform an authenticated / signed apiHttpRequest. This function takes the apiHttpRequest, calls apiAuth->sign on it (which can modify the request in what ever way fits the auth mechanism) and then calls apiCurlIO::makeRequest on the signed request param: Google_Http_Request $request return: Google_Http_Request The resulting HTTP response including the |
sign(Google_Http_Request $request) X-Ref |
No description |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |