LinkEmailResponse class abstract

Implemented types

Constructors

LinkEmailResponse({required String localId, String? email, String? displayName, Uri? photoUrl, String? passwordHash, List<ProviderUserInfo> providerUserInfo, bool emailVerified, String? idToken, String? refreshToken, String? expiresIn})
const
factory
LinkEmailResponse.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$LinkEmailResponseImplCopyWith<_$LinkEmailResponseImpl>
no setter
displayName String?
The display name for the account.
no setter
email String?
The email of the account.
no setter
emailVerified bool
Whether or not the account's email has been verified.
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?
The photo Url for the account.
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