MockAuthenticationSocialService class

A class which mocks AuthenticationSocialService.

See the documentation for Mockito's code generation for more information.

Implemented types

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>>
override
authenticateWithApple() Future<Either<Failure, AuthenticationData>>
override
authenticateWithFacebook() Future<Either<Failure, AuthenticationData>>
override
authenticateWithGoogle() Future<Either<Failure, AuthenticationData>>
override
deleteAccount(String? userId) Future<Either<Failure, User?>>
override
fetchAuthUserData() Future<Either<Failure, User>>
override
getAuthenticatedSession() Future<Either<Failure, AuthenticationData?>>
override
loginWithCredentials(String? username, String? password) Future<Either<Failure, AuthenticationData>>
override
logout() Future<Either<Failure, Unit>>
override
noSuchMethod(Invocation invocation, {Object? returnValue, Object? returnValueForMissingStub = deferToDefaultResponse}) → dynamic
Handles method stubbing, method call verification, and real method calls.
inherited
reauthenticateProvider() Future<Either<Failure, SocialProviderResponse>>
override
refreshSession() Future<Either<Failure, AuthenticationData>>
override
setupFieldsUser({required AuthSignUpPayload? payload, required AuthenticationData? authData}) Future<Either<Failure, AuthenticationData>>
override
signOut() Future<Either<Failure, Unit>>
override
signupWithCredentials(AuthSignUpPayload? payload) Future<Either<Failure, AuthenticationData?>>
override
storeAuthDataSession(AuthenticationData? authData) Future<Either<Failure, Unit>>
override
toString() String
A string representation of this object.
inherited

Operators

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