auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
84 stars 49 forks source link

Support scope with RefreshTokens #255

Closed frederikprijck closed 1 year ago

frederikprijck commented 1 year ago

Changes

Supports the scope parameter when using Refresh Tokens to enable Access Token Descoping.

References

Closes #241

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist