AuthenticationRepository class
Constructors
- AuthenticationRepository.new({FirebaseAuth? firebaseAuth})
Properties
Methods
-
deleteToken(
) → Future< void> -
hasToken(
) → Future< bool> -
isAnonymous(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
persistToken(
String token) → Future< void> -
signInAnonymously(
) → Future< User?> -
signInWithCredentials(
String email, String password) → Future< User?> -
signUp(
String email, String password) → Future< User?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited