DescopeSessionStorage class abstract
This abstract class can be used to customize how a DescopeSessionManager
object
stores the active DescopeSession between application launches.
- Implementers
Constructors
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
-
loadSession(
) → Future< DescopeSession?> - Called by the session manager when it's initialized to load any existing DescopeSession.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeSession(
) → Future< void> -
Called by the session manager when the
DescopeSessionManager.clearSession
function is called. -
saveSession(
DescopeSession session) → Future< void> - Called by the session manager when a new DescopeSession is set or an existing session is updated.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited