MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / accessToken

Method accessToken

launcher/minecraft/auth/AccountData.cpp:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434QString AccountData::accessToken() const {
435 return yggdrasilToken.token;
436}
437
438QString AccountData::clientToken() const {
439 if(type != AccountType::Mojang && type != AccountType::AuthlibInjector) {

Callers 6

on_buttonBox_acceptedMethod · 0.45
checkNameMethod · 0.45
setupProfileMethod · 0.45
fillSessionMethod · 0.45
refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected