I'm doing some work with azure mobile services which requires me to store both an application key, and also cache user authentication information locally (not passwords, just a token).
Is there a standard approach to storing / caching something like this with Xamarin Forms?