AuthPersistence<T extends Token> class
abstract
Handles persistence of authenticated user information.
- Implementers
- Annotations
Constructors
Properties
-
currentUser
→ Stream<
AuthUser< T> ?> -
Stream that must emit the current user, or
nullif there is no current user.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
setCurrentUser(
AuthUser< T> ? user) → void - Set the current user within the persistence layer.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited