Authenticator<User> class abstract

The authenticator.

Implementers

Constructors

Authenticator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isSessionExpired(HttpConnect connect, User user) FutureOr<bool>
Check if the current session is expired. *
login(HttpConnect connect, String username, String password) Future<User>
Authenticates the given username and password.
logout(HttpConnect connect, User user) Future<Map>?
Logout. *
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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