AuthUser class

Constructors

AuthUser(String id, {required String displayName, required String email, required bool emailVerified, required Future<void> sendVerificationEmail(), required Future<void> reload(), required Future<String> getIdToken([bool forceRefresh]), bool isLoggedIn = false})
AuthUser.notLoggedIn()

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
isLoggedIn bool
final
reload Future<void> Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendVerificationEmail Future<void> Function()
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