AuthUser class

Constructors

AuthUser(String id, {required String displayName, required String email, required bool emailVerified, required bool isAnonymous, required UserMetaData metaData, required String? phoneNumber, required String? photoURL, required List<UserInfo> providerData, required String? refreshToken, required Future<void> updateDisplayName(String name), required Future<void> sendVerificationEmail(), required Future<void> reload(), required Future<String?> getIdToken([bool forceRefresh])})

Properties

displayName String
final
email String
final
emailVerified bool
final
getIdToken Future<String?> Function([bool forceRefresh])
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isAnonymous bool
final
metaData UserMetaData
final
phoneNumber String?
final
photoURL String?
final
providerData List<UserInfo>
getter/setter pair
refreshToken String?
getter/setter pair
reload Future<void> Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendVerificationEmail Future<void> Function()
final
updateDisplayName Future<void> Function(String name)
final

Methods

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