Relative Content

Tag Archive for azure-ad-msal

How to get refresh token in msal?

I am using ConfidentialClientApplication for getting access token when access token expire or any other reason, I want to get new access token. How I can achieve it ?