EmailUpdateResponse class abstract
- Implemented types
Constructors
-
EmailUpdateResponse({required String localId, String? email, String? passwordHash, List<
ProviderUserInfo> providerUserInfo, String? idToken, String? refreshToken, String? expiresIn}) -
constfactory
-
EmailUpdateResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ _$$EmailUpdateResponseImplCopyWith<
_$EmailUpdateResponseImpl> -
no setter
- email → String?
-
User's email address.
no setter
- expiresIn → String?
-
The number of seconds in which the ID token expires.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken → String?
-
New Firebase Auth ID token for user.
no setter
- localId → String
-
The uid of the current user.
no setter
- passwordHash → String?
-
Hash version of the password.
no setter
-
providerUserInfo
→ List<
ProviderUserInfo> -
List of all linked ProviderUserInfos.
no setter
- refreshToken → String?
-
A Firebase Auth refresh token.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited