コード例 #1
0
        // GET: api/Authentication
        public string GetAuthentication()
        {
            string authentication = businessLogic.GetAccessToken();

            return(authentication);
        }