dart-archive / googleapis_auth

Obtain OAuth 2.0 credentials to access Google APIs
https://pub.dev/packages/googleapis_auth
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Add the [force] parameter to the obtainAccessCredentialsViaUserConsent … #61

Closed mightyvoice closed 4 years ago

mightyvoice commented 4 years ago

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.

jonasfj commented 4 years ago

Refiled as https://github.com/dart-lang/googleapis_auth/pull/62 for future reference.