Does the Refresh Token get expire?I am using Active Directory Authentication library to get the Access token and using this Access Token in Authorization header to grab data from azure management API's(List Resource groups) which is scheduled as a job running without user Interaction,Is there a way by which i can use the refresh token continuously without making user for login again?
Ameet Parse