ProfileUpdateResponse class abstract
- Implemented types
Constructors
-
ProfileUpdateResponse({required String localId, String? email, String? displayName, Uri? photoUrl, String? passwordHash, List<
ProviderUserInfo> providerUserInfo, String? idToken, String? refreshToken, String? expiresIn}) -
constfactory
-
ProfileUpdateResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ _$$ProfileUpdateResponseImplCopyWith<
_$ProfileUpdateResponseImpl> -
no setter
- displayName → String?
-
User's new display name.
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 password.
no setter
- photoUrl → Uri?
-
User's new photo url.
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