Handling API’s with Xamarin with JWT
If you are writing an application that has it’s authentication with JWT, you might be wondering what is a good method to do this? I’ve used the HttpClient along with Xamarin.Essentials’s Preference tools for this. To start out, I use the Preferences to store my token and refresh token. We also set our BaseAddress. Doing … Handling API’s with Xamarin with JWT
