AuthService class

Constructors

AuthService()

Properties

authToken AuthToken?
no setter
hashCode int
The hash code for this object.
no setterinherited
isAuthenticated bool
no setter
lastLogin String?
no setter
onLogin ↔ PublishSubject<OnLoginData>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
no setter

Methods

clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLoginSuccessful(CtrlMessage? ctrl) → void
setAuthToken(AuthToken authToken) → void
setLastLogin(String lastLogin) → void
setUserId(String? userId) → void
toString() String
A string representation of this object.
inherited

Operators

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