pub fn prompt_for_username_get_values() -> Result<(String, String), String>
Expand description

This parses the token store and prompts the user to select their username, returns the username/token as a tuple of Strings

Used to reduce duplication in implementing prompt_for_username_get_username and prompt_for_username_get_token