AuthGateway class
Constructors
- AuthGateway(KeyClient client, TokenProvider tokenProvider)
Properties
- client → KeyClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenProvider → TokenProvider
-
final
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> -
signInWithCustomToken(
String token) → Future< void> -
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