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

Method SetAccessToken

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

Source from the content-addressed store, hash-verified

55};
56
57void AuthProfile::SetAccessToken(const QString &token) { this->accessToken = token; };
58
59void AuthProfile::SetRefreshToken(const QString &token) { this->refreshToken = token; }
60

Callers 2

HttpReqLoginFunction · 0.80
HttpReqJwtUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected