|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($authtoken) | |
| get_session_token () | |
Static Public Member Functions | |
| static | get_auth_header_name () |
Data Fields | |
| const | AUTHSESSION_URL = 'https://www.google.com/accounts/AuthSubSessionToken' |
Definition at line 110 of file googleapi.php.
| __construct | ( | $ | authtoken | ) |
Constructor. Calls constructor of its parents
| string | $authtoken | The token to upgrade to a session token |
Reimplemented from curl.
Definition at line 118 of file googleapi.php.
| static get_auth_header_name | ( | ) | [static] |
Reimplemented from google_auth_request.
Definition at line 138 of file googleapi.php.
Requests a long-term session token from google based on the
Definition at line 128 of file googleapi.php.
| const AUTHSESSION_URL = 'https://www.google.com/accounts/AuthSubSessionToken' |
Definition at line 111 of file googleapi.php.