AnonymousAuthModule class

Implemented types

Constructors

AnonymousAuthModule()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
loginProviders Iterable<LoginProvider>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userProfileStream Stream<AuthUserProfile>
no setter

Methods

getInitialUser() Future<AuthUserProfile?>
override
initializeState(AuthUserProfile? profile, Stream<ErrorStack> appErrors) IAuthState
override
loadProfile(Object user) Future<UserDetails>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signOut(BuildContext context) FutureOr
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

anonAuthUserProfile AuthUserProfile
final
anonymousUser String
final
userDetails UserDetails
final