mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
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());
|
||||
}
|
||||
|
||||
// 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
|
||||
void RemoteConfig::ValidateGoogleAccount(const QString& username, const QString& password) {
|
||||
QNetworkRequest request = QNetworkRequest(QUrl(kClientLoginUrl));
|
||||
|
Loading…
x
Reference in New Issue
Block a user