MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / SetRefreshToken

Method SetRefreshToken

AdaptixClient/Source/Client/AuthProfile.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HttpReqLoginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected