UpdateRequest class
Interface representing the properties to update on the provided user.
Constructors
-
UpdateRequest({bool? disabled, String? displayName, String? email, bool? emailVerified, String? password, String? phoneNumber, String? photoURL, MultiFactorUpdateSettings? multiFactor, UserProvider? providerToLink, List<
String> ? providersToUnlink}) - Interface representing the properties to update on the provided user.
Properties
- copyWith → UpdateRequest Function({String? email, String? phoneNumber})
-
no setter
- disabled → bool?
-
Whether or not the user is disabled:
true
for disabled;false
for enabled.finalinherited -
displayName
→ _Box<
String?> ? -
The user's display name.
finalinherited
- email → String?
-
The user's primary email.
finalinherited
- emailVerified → bool?
-
Whether or not the user's primary email is verified.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- multiFactor → MultiFactorUpdateSettings?
-
The user's updated multi-factor related properties.
final
- password → String?
-
The user's unhashed password.
finalinherited
-
phoneNumber
→ _Box<
String?> ? -
The user's primary phone number.
finalinherited
-
photoURL
→ _Box<
String?> ? -
The user's photo URL.
finalinherited
-
providersToUnlink
→ List<
String> ? -
Unlinks this user from the specified providers.
final
- providerToLink → UserProvider?
-
Links this user to the specified provider.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited