firebase_ui_oauth
library
Enums
-
AuthAction
-
An authentication action to perform.
Typedefs
-
DifferentProvidersFoundCallback
= void Function(List<String> providers, AuthCredential? credential)
-
A callback that is being called when there are different oauth providers
associated with the same email.
-
ErrorBuilder
= Widget Function(Exception e)
-
A builder that is invoked to build a widget that indicates an error.
-
SignedInCallback
= void Function(UserCredential credential)
-
A callback that is being called when the user signs in.
Exceptions / Errors
-
AuthCancelledException
-
An exception that is being thrown when user cancels the authentication
process.