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