CubeSessionManager class

Properties

activeSession CubeSession?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteActiveSession() → void
getActiveSession() CubeSession?
use getter activeSession instead
getToken() String
getTokenExpirationDate() DateTime?
getUserSession(bool isSessionRequired, bool isUserRequired) Future<CubeSession?>
isActiveSessionValid() bool
isSessionExpired(CubeSession? cubeSession) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveActiveSession(CubeSession session) → void
use setter activeSession instead
setToken(String token) → void
setTokenExpirationDate(DateTime tokenExpirationDate) → void
toString() String
A string representation of this object.
inherited
updateActiveSession() → void

Operators

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

Static Properties

instance CubeSessionManager
no setter