AuthProvidersResult class

Outcome of FirebaseInitializer.enableAuthProviders.

Constructors

AuthProvidersResult({required Set<AuthProvider> requested, required Set<AuthProvider> automated, required Set<AuthProvider> handedOff, String message = ''})
const

Properties

automated Set<AuthProvider>
Providers we automated successfully (never includes AuthProvider.google).
final
handedOff Set<AuthProvider>
Providers that required the console hand-off (always succeeds because the user confirms manually).
final
hashCode int
The hash code for this object.
no setterinherited
message String
Diagnostic message; empty on full success.
final
requested Set<AuthProvider>
Providers we attempted to enable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
True when every requested provider was either automated or handed off.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited