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

Method GetSubscriptions

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

Source from the content-addressed store, hash-verified

59void AuthProfile::SetRefreshToken(const QString &token) { this->refreshToken = token; }
60
61QStringList AuthProfile::GetSubscriptions() const { return this->subscriptions; }
62
63void AuthProfile::SetSubscriptions(const QStringList &subs) { this->subscriptions = subs; }
64

Callers 6

runMethod · 0.45
onSyncInactiveAgentsMethod · 0.45
onProfileSelectedMethod · 0.45
AddProjectMethod · 0.45
UpdateProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected