How to fix next step navigation with oauth prompt in waterfall dialog in SDK V4 bot created using C# without typing anything?
问题 I'm trying to implement authentication in BOT using OAuthPrompt in an WaterFallDialog class which contains 2 steps: Calls the OathPrompt which provides sign in button to provide credentials Gets the token, based on token retrieval success message is displayed and user is navigated to another dialog or else failure message is displayed with user to re-prompt with login Issue: I have to make user to navigate the user automatically to step#2 without any manual intervention upon successful