We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc4042 commit 04d1b9dCopy full SHA for 04d1b9d
1 file changed
flutter_web_auth_2/lib/src/options.dart
@@ -85,6 +85,7 @@ class FlutterWebAuth2Options {
85
/// **Only has an effect on iOS and MacOS!**
86
/// If this is `true`, an ephemeral web browser session
87
/// will be used where possible (`prefersEphemeralWebBrowserSession`).
88
+ /// For Android devices, see [intentFlags].
89
final bool preferEphemeral;
90
91
/// **Only has an effect on Web!**
@@ -101,6 +102,7 @@ class FlutterWebAuth2Options {
101
102
/// [android_intent_plus](https://pub.dev/packages/android_intent_plus).
103
/// Use [ephemeralIntentFlags] if you want similar behaviour to
104
/// [preferEphemeral] on Android.
105
+ /// For Apple devices, see [preferEphemeral].
106
final int intentFlags;
107
108
0 commit comments