Backend-owned exact OAuth unlink transaction.
Unlike the process-local mutation contract, this operation contains no callback. The store itself checks the authoritative inventory and removes the exact provider/account pair in one serializable boundary.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
unlinkOAuthAccountIfSafe(
{required String userId, required String providerId, required String providerAccountId, required AuthAuthenticationMethodInventoryLoader loadInventory}) → FutureOr< AuthAuthenticationMethodMutationResult> - Unlinks the exact provider account when the mutation is safe.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited