LinkEmailRequest class abstract

Implemented types

Constructors

LinkEmailRequest({required String idToken, required String email, required String password, bool returnSecureToken})
const
factory
LinkEmailRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$LinkEmailRequestImplCopyWith<_$LinkEmailRequestImpl>
no setter
email String
The email to link to the account.
no setter
hashCode int
The hash code for this object.
no setterinherited
idToken String
The Firebase ID token of the account you are trying to link the credential to.
no setter
password String
The new password of the account.
no setter
returnSecureToken bool
Whether or not to return an ID and refresh token. Should always be true.
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