Client is refreshing the token for every one minute in the backend but it is not updated in the bot.without refreshing the webpage we need to fetch the token..Is it possible?

For one of bot client is refreshing the token for every one minute but it is not getting updated in the bot.Is it because of within minute…anyone faced this type of issue?

@Mounika_Reddy

No, the token and payload is only fetched during the time of page load.
Hence, you cannot update the token automatically

Got it @gautham Thanks