I am building a WinRT app which is meant to function offline. While the user is online can I store the authenticated token with an extended expiration (24 hours) with its claims and rely on it later when the system is taken offline?
Can the user re-login to Windows 8 while offline (after a sleep) and the token still be valid for the same user?