|
173 | 173 |
|
174 | 174 | <hr> |
175 | 175 | Methods inherited from <a href="gdata.client.html#GDClient">gdata.client.GDClient</a>:<br> |
176 | | -<dl><dt><a name="AnalyticsClient-ClientLogin"><strong>ClientLogin</strong></a> = client_login(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92550></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Performs an auth request using the user's email address and password.<br> |
| 176 | +<dl><dt><a name="AnalyticsClient-ClientLogin"><strong>ClientLogin</strong></a> = client_login(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92950></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Performs an auth request using the user's email address and password.<br> |
177 | 177 | <br> |
178 | 178 | In order to modify user specific data and read user private data, your<br> |
179 | 179 | application must be authorized by the user. One way to demonstrage<br> |
|
357 | 357 | body will be converted to the class using<br> |
358 | 358 | atom.core.parse.</tt></dd></dl> |
359 | 359 |
|
360 | | -<dl><dt><a name="AnalyticsClient-RequestClientLoginToken"><strong>RequestClientLoginToken</strong></a> = request_client_login_token(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92510></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt></dl> |
| 360 | +<dl><dt><a name="AnalyticsClient-RequestClientLoginToken"><strong>RequestClientLoginToken</strong></a> = request_client_login_token(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92910></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt></dl> |
361 | 361 |
|
362 | | -<dl><dt><a name="AnalyticsClient-RevokeToken"><strong>RevokeToken</strong></a> = revoke_token(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb925d0></font>)</dt><dd><tt>Requests that the token be invalidated.<br> |
| 362 | +<dl><dt><a name="AnalyticsClient-RevokeToken"><strong>RevokeToken</strong></a> = revoke_token(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb929d0></font>)</dt><dd><tt>Requests that the token be invalidated.<br> |
363 | 363 | <br> |
364 | 364 | This method can be used for both AuthSub and OAuth tokens (to invalidate<br> |
365 | 365 | a ClientLogin token, the user must change their password).<br> |
|
388 | 388 | Returns:<br> |
389 | 389 | A new Entry object of a matching type to the entry which was passed in.</tt></dd></dl> |
390 | 390 |
|
391 | | -<dl><dt><a name="AnalyticsClient-UpgradeToken"><strong>UpgradeToken</strong></a> = upgrade_token(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb92590></font>)</dt><dd><tt>Asks the Google auth server for a multi-use AuthSub token.<br> |
| 391 | +<dl><dt><a name="AnalyticsClient-UpgradeToken"><strong>UpgradeToken</strong></a> = upgrade_token(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb92990></font>)</dt><dd><tt>Asks the Google auth server for a multi-use AuthSub token.<br> |
392 | 392 | <br> |
393 | 393 | For details on AuthSub, see:<br> |
394 | 394 | <a href="http://code.google.com/apis/accounts/docs/AuthSub.html">http://code.google.com/apis/accounts/docs/AuthSub.html</a><br> |
|
405 | 405 | Returns:<br> |
406 | 406 | The upgraded gdata.gauth.AuthSubToken object.</tt></dd></dl> |
407 | 407 |
|
408 | | -<dl><dt><a name="AnalyticsClient-client_login"><strong>client_login</strong></a>(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92550></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Performs an auth request using the user's email address and password.<br> |
| 408 | +<dl><dt><a name="AnalyticsClient-client_login"><strong>client_login</strong></a>(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92950></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt><dd><tt>Performs an auth request using the user's email address and password.<br> |
409 | 409 | <br> |
410 | 410 | In order to modify user specific data and read user private data, your<br> |
411 | 411 | application must be authorized by the user. One way to demonstrage<br> |
|
589 | 589 | body will be converted to the class using<br> |
590 | 590 | atom.core.parse.</tt></dd></dl> |
591 | 591 |
|
592 | | -<dl><dt><a name="AnalyticsClient-request_client_login_token"><strong>request_client_login_token</strong></a>(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92510></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt></dl> |
| 592 | +<dl><dt><a name="AnalyticsClient-request_client_login_token"><strong>request_client_login_token</strong></a>(self, email, password, source, service<font color="#909090">=None</font>, account_type<font color="#909090">='HOSTED_OR_GOOGLE'</font>, auth_url<font color="#909090">=<atom.http_core.Uri object at 0xb92910></font>, captcha_token<font color="#909090">=None</font>, captcha_response<font color="#909090">=None</font>)</dt></dl> |
593 | 593 |
|
594 | | -<dl><dt><a name="AnalyticsClient-revoke_token"><strong>revoke_token</strong></a>(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb925d0></font>)</dt><dd><tt>Requests that the token be invalidated.<br> |
| 594 | +<dl><dt><a name="AnalyticsClient-revoke_token"><strong>revoke_token</strong></a>(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb929d0></font>)</dt><dd><tt>Requests that the token be invalidated.<br> |
595 | 595 | <br> |
596 | 596 | This method can be used for both AuthSub and OAuth tokens (to invalidate<br> |
597 | 597 | a ClientLogin token, the user must change their password).<br> |
|
620 | 620 | Returns:<br> |
621 | 621 | A new Entry object of a matching type to the entry which was passed in.</tt></dd></dl> |
622 | 622 |
|
623 | | -<dl><dt><a name="AnalyticsClient-upgrade_token"><strong>upgrade_token</strong></a>(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb92590></font>)</dt><dd><tt>Asks the Google auth server for a multi-use AuthSub token.<br> |
| 623 | +<dl><dt><a name="AnalyticsClient-upgrade_token"><strong>upgrade_token</strong></a>(self, token<font color="#909090">=None</font>, url<font color="#909090">=<atom.http_core.Uri object at 0xb92990></font>)</dt><dd><tt>Asks the Google auth server for a multi-use AuthSub token.<br> |
624 | 624 | <br> |
625 | 625 | For details on AuthSub, see:<br> |
626 | 626 | <a href="http://code.google.com/apis/accounts/docs/AuthSub.html">http://code.google.com/apis/accounts/docs/AuthSub.html</a><br> |
|
0 commit comments