clearAuthentication method
void
clearAuthentication()
Implementation
void clearAuthentication() {
_accessToken = null;
_microsoftRefreshToken = null;
_xstsToken = null;
_xstsUhs = null;
_minecraftToken = null;
_minecraftProfile = null;
_microsoftAuthService.clearCache();
_minecraftAuthService.clearCache();
}