okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

IOktaClient.GetCollection<T> returns an ICollectionClient<T> #582

Closed danverde closed 2 years ago

danverde commented 2 years ago

Summary

Update both overloads of IOktaClient.GetCollection<T> to return an ICollectionClient<T> rather than a CollectionClient<T>.

Fixes #581

Type of PR

.NET Version: Os Version:

Signoff

laura-rodriguez commented 2 years ago

Hi, @danverde,

Thank you for helping us to make our SDK better!

We're close to releasing a major version of the SDK which adds support for OASv3. We'll consider your request for the next version and adjust it to the new SDK patterns.