Navakanth009

Results 2 issues of Navakanth009

Lets say I have class in C# like below namespace Test { public class Greetings { public Greetings(String greet) { Greet = name; } public async Task Greet() { return...

When I run this command from curl i am getting empty response `curl curl:password@localhost:8081/oauth/token\?grant_type=client_credentials` ![image](https://user-images.githubusercontent.com/18397494/37912325-ed4cd618-312f-11e8-9ac7-a4d4c5fdd432.png) Am I missing anything?