auth0/auth0.net

IAuthenticationApiClient should implement IDisposable

amummaprojectmanager opened this issue · 0 comments

Describe the problem you'd like to have solved

Would it be possible to move IDisposable on the AuthenticationApiClient to the interface level so that it matches up with the ManagementApiClient?

Describe the ideal solution

Take IDisposable from AuthenticationApiClient and put it on IAuthenticationApiClient. Then both interfaces for both of the clients match on what they expose

Alternatives and current work-arounds

Not sure at the moment; I'll probably just not explicitly dispose the connection

Additional information, if any