AuthPlugin<TUser extends User> class abstract

Inheritance
Implementers

Constructors

AuthPlugin({required String name, required String title})

Properties

controller StreamController<TUser>
getter/setter pair
currentUser → TUser
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pluginType PluginType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited
userChanges Stream<TUser>
no setter

Methods

deleteAccount() Future<void>
dispose() Future<void>
override
init() Future<void>
override
loginAnonymously() Future<void>
loginWithApple() Future<void>
loginWithEmailPassword({required String email, required String password}) Future<void>
loginWithGithub() Future<void>
loginWithGoogle() Future<void>
loginWithLinkedin() Future<void>
loginWithMeta() Future<void>
loginWithMicrosoft() Future<void>
loginWithPhoneOtp({required String phoneNumber, required String otp}) Future<void>
loginWithTwitter() Future<void>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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