How to flush Windows credentials from postman

I am working with Azure cloud auth which requires Microsoft credentials (that get saved) when i transition from staging to prod environments my credentials are saved and cause my token requests to fail.

I’ve tried to dump cache and the rest of the stored data and it does not clear the credentials, the only thing that works is to sign out of the application and sign back in. any ideas?