AIMS_BD_IATI.WebAPIAPI.Controllers.SecureDataController.Get C# (CSharp) Method

Get() public method

public Get ( ) : IHttpActionResult
return IHttpActionResult
        public IHttpActionResult Get()
        {
            return Ok(new { secureData = "You have to be authenticated to access this!" });
        }
    }
SecureDataController