MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
274 stars 246 forks source link

Not getting Authorization code intact when using 'FlutterAppAuth.authorize()' instead of `FlutterAppAuth.authorizeAndExchangeCode` #571

Open zzaman88 opened 1 day ago

zzaman88 commented 1 day ago

I am using FlutterAppAuth.authorize() to obtain the authorization code directly, instead of using FlutterAppAuth.authorizeAndExchangeCode. However, when I try to use the authorization code, I encounter an error stating that it has already been used.

How can I resolve this issue? Please provide suggestions as soon as possible.