Credential class

Constructors

Credential({String? accessToken, AdditionalInfo? additionalUserInfo, Object? credential, String? displayName, String? email, bool? emailVerified, String? idToken, bool? isAnonymous, Metadata? metadata, Object? multiFactor, String? phoneNumber, String? photoURL, List<Info>? providerData, String? providerId, String? refreshToken, String? signInMethod, String? smsCode, String? tenantId, String? uid, String? verificationId})
const
Credential.fromFbData(Map<String, dynamic> map)
factory

Properties

accessToken String?
final
additionalUserInfo AdditionalInfo?
final
credential Object?
final
displayName String?
final
email String?
final
emailVerified bool?
final
hashCode int
The hash code for this object.
no setterinherited
idToken String?
final
isAnonymous bool?
final
metadata Metadata?
final
multiFactor Object?
final
phoneNumber String?
final
photoURL String?
final
providerData List<Info>?
final
providerId String?
final
refreshToken String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInMethod String?
final
smsCode String?
final
tenantId String?
final
uid String?
final
verificationId String?
final

Methods

copyWith({String? accessToken, AdditionalInfo? additionalUserInfo, Object? credential, String? displayName, String? email, bool? emailVerified, String? idToken, bool? isAnonymous, Metadata? metadata, Object? multiFactor, String? phoneNumber, String? photoURL, List<Info>? providerData, String? providerId, String? refreshToken, String? signInMethod, String? smsCode, String? tenantId, String? uid, String? verificationId}) Credential
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited