LoginService class

Inheritance

Constructors

LoginService()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ServiceState
no setterinherited

Methods

attemptAutoSignIn() Future<bool>
clearAuthToken() Future<void>
extractFirstName(User user) String?
extractLastName(User user) String?
generateNonce([int length = 32]) String
getPotentialExtractionNames(User user) List<String>
hasAuthToken() Future<bool>
isSignedIn() bool
loadAuthToken() Future<AuthResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onStart() → void
inherited
onStop() → void
inherited
openGoogleSignInPopupWindows() Future<AuthResult?>
restartService() → void
inherited
saveAuthToken(AuthResult r) Future<void>
sha256ofString(String input) String
signInWithApple() Future<UserCredential>
signInWithGoogle({bool retry = true}) Future<UserCredential>
signInWithGoogleWindows({bool retry = true}) Future<UserCredential>
signOut() Future<void>
signOutDialog() Future<void>
startService() → void
inherited
stopService() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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