Hi All,
Is it possible to cache token information in windows application or machine?
I am using VS 2015, SQL and C#.
In my windows application we are calling 4 different API's to get data based on the requirement. I have 4 different token for accessing these API's (each token for each API). I need to retain this token for 24 hrs in machine and if it expires then I will get new token from server again.
So my requirement is - to cache token information in windows application for subsequent API call.
Is there any other approach to maintain the token in windows based application?
Thanks
Selvakumar R