lvermeulen / Keycloak.Net

C# client for Keycloak 6.x
MIT License
203 stars 120 forks source link

GetClientAsync takes in parameter of Id (the GUID), not the ClientId #69

Closed FaridAhamat closed 2 years ago

FaridAhamat commented 2 years ago

The name "ClientId" gives the impression that it requires this client-id:

image

The function takes in the client's GUID.

Is it worth it to change? I can do a PR later if you think this is worth it.