SessionManager class abstract

Constructors

SessionManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
Whether the underlying Arc is disposed.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future<void>
dispose() → void
Dispose the underlying Arc.
inherited
getCookieStore() Future<ArcJar>
getCsrfToken() Future<String?>
isAuthenticated() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAuthenticated({required bool authenticated}) Future<void>
setCsrfFromExternal({required String token}) Future<void>
setCsrfToken({required String token}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newInstance() Future<SessionManager>