I have a Windows .net app that uses oAuth to login to ArcGis Online to access secure feature services. This work great but how do you authenticate a user when offline? When the app starts and there is no internet connection I still want users to login locally to the app.
The credentials returned when online have the username but no password. I guess this is the point of using oAuth as it is more secure but how can offline logins be handled?