MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Missing scopes in token responses #295

Closed leoshusar closed 2 years ago

leoshusar commented 2 years ago

Hi! I see that AuthorizationTokenResponse does not contain assigned scopes even though the native AuthorizationResponse object actually has them. Same goes for the TokenResponse object.

Would it be possible to add them?

MaikuB commented 2 years ago

Could you please submit a PR for this?