Skip to content

Commit 04d1b9d

Browse files
committed
Add better documentation
1 parent 5cc4042 commit 04d1b9d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flutter_web_auth_2/lib/src/options.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class FlutterWebAuth2Options {
8585
/// **Only has an effect on iOS and MacOS!**
8686
/// If this is `true`, an ephemeral web browser session
8787
/// will be used where possible (`prefersEphemeralWebBrowserSession`).
88+
/// For Android devices, see [intentFlags].
8889
final bool preferEphemeral;
8990

9091
/// **Only has an effect on Web!**
@@ -101,6 +102,7 @@ class FlutterWebAuth2Options {
101102
/// [android_intent_plus](https://pub.dev/packages/android_intent_plus).
102103
/// Use [ephemeralIntentFlags] if you want similar behaviour to
103104
/// [preferEphemeral] on Android.
105+
/// For Apple devices, see [preferEphemeral].
104106
final int intentFlags;
105107

106108
/// **Only has an effect on Web!**

0 commit comments

Comments
 (0)