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

Method GetRefreshToken

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

Source from the content-addressed store, hash-verified

48QString AuthProfile::GetAccessToken() { return this->accessToken; };
49
50QString AuthProfile::GetRefreshToken() { return this->refreshToken; };
51
52QString AuthProfile::GetURL() const
53{

Callers 1

HttpReqJwtUpdateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected