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

Method GetURL

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

Source from the content-addressed store, hash-verified

50QString AuthProfile::GetRefreshToken() { return this->refreshToken; };
51
52QString AuthProfile::GetURL() const
53{
54 return "https://" + host + ":" + port + endpoint;
55};
56
57void AuthProfile::SetAccessToken(const QString &token) { this->accessToken = token; };
58

Callers 15

runMethod · 0.80
actionSyncMethod · 0.80
actionSyncCurlMethod · 0.80
actionSyncWgetMethod · 0.80
onStartMethod · 0.80
AdaptixWidgetMethod · 0.80
OnWebSocketConnectedMethod · 0.80
processFileUploadsMethod · 0.80
ProcessCmdResultMethod · 0.80
onButtonBuildMethod · 0.80
onApplyMethod · 0.80
onSyncInactiveAgentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected