UpdateOptions class

Used to configure how users are updated.

Constructors

UpdateOptions({bool addToLoginIds = false, bool onMergeUseExisting = false})
const

Properties

addToLoginIds bool
Whether to allow sign in from a new loginId after an update.
final
hashCode int
The hash code for this object.
no setterinherited
onMergeUseExisting bool
Whether to keep or delete the current user when merging two users after an update.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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