AuthGateway class
Constructors
- AuthGateway(KeyClient client)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetPassword(
String email) → Future< void> -
signIn(
String email, String password) → Future< User> -
signInAnonymously(
) → 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