Add the "force" parameter to the obtainAccessCredentialsViaUserConsent API in auth_browser.dart
If [force] is true the user will be forced to login and asked to grant the application access. This could be useful if the user explicitly choose to log out first and then log in again.
Add the "force" parameter to the obtainAccessCredentialsViaUserConsent API in auth_browser.dart If [force] is
true
the user will be forced to login and asked to grant the application access. This could be useful if the user explicitly choose to log out first and then log in again.