Update comment about X-GOOGLE-TOKEN auth.
This commit is contained in:
parent
86919cc0ff
commit
4acd6883cc
@ -66,7 +66,8 @@ void RemoteConfig::Validate() {
|
|||||||
ValidateGoogleAccount(ui_->username->text(), ui_->password->text());
|
ValidateGoogleAccount(ui_->username->text(), ui_->password->text());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validates a Google account against ClientLogin:
|
// Validates a Google account against ClientLogin and fetches a token usable for
|
||||||
|
// X-GOOGLE-TOKEN SASL authentication for Google Talk:
|
||||||
// http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#ClientLogin
|
// http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#ClientLogin
|
||||||
void RemoteConfig::ValidateGoogleAccount(const QString& username, const QString& password) {
|
void RemoteConfig::ValidateGoogleAccount(const QString& username, const QString& password) {
|
||||||
QNetworkRequest request = QNetworkRequest(QUrl(kClientLoginUrl));
|
QNetworkRequest request = QNetworkRequest(QUrl(kClientLoginUrl));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user