Is your feature request related to a problem? Please describe.
I want to provide the user with a convenient selection menu for all cached accounts that she has previously used.
None of the ABC_*-cache.json files seem to contain any reference to the user identifier passed when calling Authflow, nor the resolved Minecraft username/UUID.
Looking up each cache's username one by one would delay the application startup and has me worried about Microsoft API rate limits.
Describe the solution you'd like
User identifier (and/or Minecraft username/UUID) is cached together with the ABC_*-cache.json files
Describe alternatives you've considered
Tracking the past used accounts in a separate file maintained by the app; this would mean that accounts cached by one app would not be known to another app on the same machine.