IAuthFacade class abstract

Constructors

IAuthFacade()

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

getSignedInUser() Future<Option<User>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWithEmailAndPassword({required Email email, required Password password}) Future<Either<AuthFailure, Unit>>
signInWithApple() Future<Either<AuthFailure, Unit>>
signInWithEmailAndPassword({required Email emailAddress, required Password password}) Future<Either<AuthFailure, Unit>>
signInWithFacebook() Future<Either<AuthFailure, Unit>>
signInWithGithub() Future<Either<AuthFailure, Unit>>
signInWithGoogle() Future<Either<AuthFailure, Unit>>
signOut() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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