flutter_appauth-v1.1.0
MaikuB
released this
10 Jul 02:07
·
95 commits
to master
since this release
-
- Added the ability to specify the response mode for authorization requests. This can be done using the
responseMode
parameter when constructing either anAuthorizationRequest
orAuthorizationTokenRequest
. This was done as the AppAuth Android SDK throws an exception when this was done viaadditionalParameters
- Added the ability to specify the response mode for authorization requests. This can be done using the
- Updated Dart SDK constraints