FirebaseAuthenticationResult class

Constructors

FirebaseAuthenticationResult({User? user, AdditionalUserInfo? additionalUserInfo})
FirebaseAuthenticationResult.error({String? errorMessage, String? exceptionCode})

Properties

additionalUserInfo → AdditionalUserInfo?
Firebase additional user information
final
errorMessage String?
Contains the error message for the request
final
exceptionCode String?
final
hasError bool
Returns true if the response has an error associated with it
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
Firebase user
final

Methods

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

Operators

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