Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void AuthProfile::SetAccessToken(const QString &token) { this->accessToken = token; };
58
59
void AuthProfile::SetRefreshToken(const QString &token) { this->refreshToken = token; }
60
Callers
2
HttpReqLogin
Function · 0.80
HttpReqJwtUpdate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected