AuthService class abstract

Base class for all authenitaction services.

Implementers

Constructors

AuthService()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
log Logger
The logger to use for this instance.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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 and password.
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