AuthenticationSocialService class abstract

Implementers

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

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

Operators

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