PasswordUpdateRequest class abstract
- Implemented types
Constructors
- PasswordUpdateRequest({required String idToken, required String password, bool returnSecureToken})
-
constfactory
-
PasswordUpdateRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ _$$PasswordUpdateRequestImplCopyWith<
_$PasswordUpdateRequestImpl> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken → String
-
A Firebase Auth ID token for the user.
no setter
- password → String
-
User's new password.
no setter
- returnSecureToken → bool
-
Whether or not to return an ID and 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