invertase / flutter_desktop_webview_auth

WebView OAuth flows for desktop flutter apps
Apache License 2.0
34 stars 35 forks source link

Feature Request: Support for multiple scopes #48

Closed zlshames closed 1 year ago

zlshames commented 1 year ago

Currently, the GoogleSignInArgs class does not take multiple scopes. Rather, it only takes a single scope argument. For certain applications, users may need to pass in multiple scopes. This parameter should be a list of strings.

zlshames commented 1 year ago

I think this can be accomplished by just space-separating a list of scopes for the parameter