AccountManager class
Constructors
- AccountManager()
-
factory
Properties
- authCallback ↔ dynamic Function(LoginHistory)?
-
getter/setter pair
- client → Dio
-
final
- getCurrentUserPath ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginHistoryManager ↔ LoginHistoryManager
-
getter/setter pair
-
onLogin
↔ Future<
LoginHistory?> Function(String serviceUrl, String username, String password)? -
getter/setter pair
- plugin ↔ Youplusauthplugin
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName ↔ String
-
getter/setter pair
- serviceUrl ↔ String
-
getter/setter pair
- userAuthPath ↔ String
-
getter/setter pair
Methods
-
anonymousLogin(
) → LoginHistory -
getInfo(
) → Future< Info?> -
init(
{dynamic authCallback(LoginHistory)?}) → dynamic -
login(
String serviceUrl, String path, String username, String password) → Future< LoginHistory?> -
loginWithHistory(
LoginHistory loginHistory) → Future< bool> -
loginWithYouAuth(
String serviceUrl, String authCode) → Future< LoginHistory?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openYouPlus(
String url) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
youplusLogin(
String serviceUrl) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited