I have a Xamarin(mobile) application that can go offline for long period of times. Also this device can be used by multiple users.
Which is the best way to ensure users that are using the app are authenticated when they go with an offline mode? When the app is online I can use Oauth or any OpenId to authenticate vs an identity provider.