Example #1
0
 public IActionResult Create(Guid clientId, ClientGrantType grantType)
 {
     _clientService.AddAllowedGrantType(clientId, grantType);
     return(NoContent());
 }