IdentityProvider class abstract
Contract implemented by all identity providers.
Constructors
Properties
Methods
-
mergeAuthUsers(
Session session, {required UuidValue userToKeepId, required UuidValue userToRemoveId, required Transaction transaction}) → Future< void> - Merges this provider's data from one auth user into another.
-
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