Ejemplo n.º 1
0
        // GET: Dashboard
        public ActionResult Index(string code)
        {
            TwitchClient.AccessTokenRequest(code);

            return(View());
        }