| 57 | void AuthProfile::SetAccessToken(const QString &token) { this->accessToken = token; }; |
| 58 | |
| 59 | void AuthProfile::SetRefreshToken(const QString &token) { this->refreshToken = token; } |
| 60 | |
| 61 | QStringList AuthProfile::GetSubscriptions() const { return this->subscriptions; } |
| 62 |