AuthService class

Constructors

AuthService(Preset preset)

Properties

hashCode int
The hash code for this object.
no setterinherited
preset Preset
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getHostGUID() String
getPwd() String
getUserId() String
gSignIn(String token, String email) Future<bool>
init(Preset _preset) → void
login() Future<bool>
loginError() String
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPwd(dynamic pwd) → void
setSuba(dynamic suba) → void
setUserId(dynamic userid) → void
signUp(String suba, String companyname, String username, String email) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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