AuthAnonymousCreateAccountCommand class final

Creates one anonymous identity.

Repeating the exact command while the account exists must return AuthAnonymousMutationStatus.replayed with the original user. Hard deletion revokes and scrubs that receipt while keeping the user ID unavailable. Reusing operationId for another payload must fail with AuthAnonymousMutationStatus.replayMismatch.

Constructors

AuthAnonymousCreateAccountCommand({required String operationId, required AuthUser user})
Creates an instance of AuthAnonymousCreateAccountCommand.

Properties

hashCode int
The hash code for this object.
no setterinherited
operationId String
The identifier of operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user AuthUser
The user associated with this value.
final

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