Пример #1
0
        public ActionResult STAuthorizeUser()
        {
            sTService = new STServices();
            string json    = "{\"userId \": \"gxxmmekkckyx\", \"password\": \"gnjspibz\"}";
            string authKey = sTService.GetAuthorizationKey(json);

            return(View());
        }