window.SIDEBAR_ITEMS = {"fn":[["prompt_for_username_get_token","This parses the token store and prompts the user to select their username, returns the token as a String"],["prompt_for_username_get_username","This parses the token store and prompts the user to select their username, returns the username as a String"],["prompt_for_username_get_values","This parses the token store and prompts the user to select their username, returns the username/token as a tuple of Strings"]]};