public static void ClearLoginData() { WebAuth.DeleteStoredToken(); WebAuth.DeleteCookies(); WebAuth.ClearBrowserCache(); }