Home > @uniformdev/context > IdentifyCommand
IdentifyCommand type
Identifies the visitor as being a specific unique identifier. NOTE: this only has an effect when using an external cross-device transition storage system. NOTE: you cannot read the identified visitor ID back from the storage system once it is set.
Signature:
type IdentifyCommand = StorageCommand<'identify', {
identity: string;
}>;
References: StorageCommand