Ejemplo n.º 1
0
        // entry point to verify Google consent is working
        public ActionResult AccessGoogle()
        {
            GoogleClient client = new GoogleClient(this.CurrentUser, this.StorageContext);
            client.ForceAuthentication();

            return RedirectToAction("Home", "Dashboard");
        }