The Microsoft Authentication Library for Python enables applications to integrate with the Microsoft identity platform. It allows you to sign in users or apps with Microsoft identities (Microsoft ...
unwind to the outer prompt_toolkit loop and kill the entire session. The fix wraps `self.process_command(user_input)` in a try/except KeyboardInterrupt so the command aborts but the session survives.