wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

How long is the refresh token lifetime #94

Open SiliconStreetDev1 opened 2 years ago

SiliconStreetDev1 commented 2 years ago

Hi , What would be the life time of the Refresh Tokens. 24 Hours like the MSAL2.js or is it the standard 90 days ?

peitschie commented 1 year ago

This is configured within your Azure B2C client. The library itself has no such limitations on the refresh token, as far as I'm aware.