auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
61 stars 41 forks source link

[SDK-4110] Support options to `getTokenSilently` #232

Closed stevehobbsdev closed 1 year ago

stevehobbsdev commented 1 year ago

📋 Changes

This PR adds support for the options to getTokenSilently in the underlying SDK, with the exception of redirect_uri (Ionic has a specific use case/need for this that doesn't apply here).

🎯 Testing

Covered with unit tests, also tested manually.