flutter_web_auth_2 library
Classes
- FlutterWebAuth2
- FlutterWebAuth2Options
- FlutterWebAuth2UnsupportedPlugin
- Implements the plugin interface for unsupported platforms (just throws errors).
Constants
- defaultIntentFlags → const int
-
Default intent flags for opening the custom tabs intent on Android.
This is essentially the same as
FLAG_ACTIVITY_SINGLE_TOP | FLAG_ACTIVITY_NEW_TASK
. - ephemeralIntentFlags → const int
-
"Ephemeral" intent flags for opening the custom tabs intent on Android.
This is essentially the same as
FLAG_ACTIVITY_SINGLE_TOP | FLAG_ACTIVITY_NEW_TASK | FLAG_ACTIVITY_NO_HISTORY
.