SessionManager class
Manages user sessions and periodically refreshes access tokens.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[refreshInterval] [→ int] : returns refresh interval of Session Manager. ::: features no setter :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[initializeSessionRefresher][ [→ Timer] ] : Initializes as session refresher.
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[refreshSession][ [→ Future[<[bool]>]] ] : Asynchronously refreshes the user session.
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- session_manager
- SessionManager class