auth0 / Auth0.Android

Android toolkit for Auth0 API
https://auth0.com
MIT License
216 stars 133 forks source link

Revert changes from #654. Fix renew Credentials logic #670

Closed poovamraj closed 1 year ago

poovamraj commented 1 year ago

Changes

We are reverting changes from #654

This changes caused a regression were existing credentials were not fetched with the same scope. This can cause access tokens to have lesser access. To fix this we are reverting this change and ensuring the scope parameter is empty if none is specified.

References

654

Testing