UnknownAuthPlugin class final
An authentication plugin that does not support any authentication methods.
- Inheritance
-
- Object
- Plugin
- AuthPlugin
- UnknownAuthPlugin
Constructors
- UnknownAuthPlugin()
- Creates an instance of UnknownAuthPlugin.
Properties
-
controller
↔ StreamController<
User> -
The controller for the user changes stream.
getter/setter pairinherited
- currentUser → User
-
The current user that is signed in.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
finalinherited
-
userChanges
→ Stream<
User> -
A stream of user changes.
no setterinherited
Methods
-
deleteAccount(
) → Future< void> -
Deletes the current user account.
inherited
-
dispose(
) → Future< void> -
inherited
-
init(
) → Future< void> -
inherited
-
loginAnonymously(
) → Future< void> -
inherited
-
loginWithEmailLink(
{required String email, required String link}) → Future< void> -
inherited
-
loginWithEmailPassword(
{required String email, required String password}) → Future< void> -
inherited
-
loginWithOAuth(
OAuthType type) → Future< void> -
inherited
-
loginWithPhoneOtp(
{required String phoneNumber, required String otp}) → Future< void> -
inherited
-
logout(
) → Future< void> -
Logs out the current user.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerWithEmailPassword(
{required String email, required String password}) → Future< void> -
inherited
-
sendEmailLink(
{required String email, required String clientId}) → Future< void> -
inherited
-
sendPasswordResetEmail(
{required String email}) → Future< void> -
inherited
-
setCurrentUser(
User user) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited