AuthenticationService<User> class abstract

Constructors

AuthenticationService()

Properties

authState Stream<User?>
no setter
authStateChangeController StreamController<User?>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenChangeController StreamController<String?>
final
tokenState Stream<String?>
no setter
user → User?
no setter

Methods

confirmPasswordReset(String code, String newPassword) Future<void>
createUser(String email, String password) Future<void>
dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken(User user) Future<void>
resetPasswordReset(String email) Future<void>
sendResetPasswordEmail(String? email) Future<void>
signIn(String email, String password) Future<void>
signOut() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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