AuthenticationService class abstract

Implementers

Constructors

AuthenticationService()

Properties

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

Methods

deleteAccount(String userId) Future<Either<Failure, User?>>
fetchAuthUserData() Future<Either<Failure, User>>
getAuthenticatedSession() Future<Either<Failure, AuthenticationData?>>
loginWithCredentials(String username, String password) Future<Either<Failure, AuthenticationData>>
logout() Future<Either<Failure, Unit>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshSession() Future<Either<Failure, AuthenticationData>>
signupWithCredentials(AuthSignUpPayload payload) Future<Either<Failure, AuthenticationData?>>
storeAuthDataSession(AuthenticationData authData) Future<Either<Failure, Unit>>
toString() String
A string representation of this object.
inherited

Operators

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