WepinLoginSessionManager class

Inheritance
  • Object
  • WepinSessionManager
  • WepinLoginSessionManager

Constructors

WepinLoginSessionManager({required dynamic appId, required WepinNetwork wepinNetwork, required WepinFirebaseNetwork wepinFirebaseNetwork})

Properties

appId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wepinFirebaseNetwork → WepinFirebaseNetwork
finalinherited
wepinNetwork → WepinNetwork
finalinherited
wepinStorage → WepinStorage
finalinherited

Methods

checkExistFirebaseLoginSession() Future<bool>
inherited
checkExistWepinLoginSession() Future<bool>
inherited
clearSession() Future<void>
inherited
getFirebaseSessionStorage() Future<IFirebaseWepin?>
inherited
getLoginUserStorage() Future<WepinUser?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFirebaseSessionStorage(WepinFBToken token, String provider) Future<void>
setLoginUserStorage(LoginResult request, LoginResponse response) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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