I am working on xamarin forms, I am using REST API for login. On login i get a access token that i send with request to another api. Token will expire in 2 days, before it get expired I have to call another REST API and replace the existing token with the refreshed token. how I can achieve this?
↧