AuthService class abstract
Base class for all authenitaction services.
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestToken(
String username, String password) → Future< String> -
Requests a token the given
username
andpassword
. -
toString(
) → String -
A string representation of this object.
inherited
-
validateToken(
String token) → Future< bool> -
Checks if the given
token
is valid or not.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited