You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
CustomerIdentity
Identity of an authenticated customer.
export interface CustomerIdentity {
data: {
email: string;
};
identity: "customer";
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | { email: string; } | |
identity | Required | "customer" |