egnyte / egnyte-dotnet

.NET SDK for the Egnyte Public API
5 stars 17 forks source link

Added support for passing client secret when using the Resource Owner… #23

Closed JCallico closed 3 years ago

JCallico commented 3 years ago

According to the documentation, the client secret is required if your application key was requested after January 2015 and has a secret.

On certain scenarios if the client secret is not provided, the following error is returned by the API: Invalid client credentials were supplied.

mikuam commented 3 years ago

Thanks for the change. Cheers.