Reference to a CustomerToken for password reset.

interface CustomerPasswordTokenReference {
    id: string;
    typeId: "customer-password-token";
}

Properties

Properties

id: string

Unique identifier of the referenced CustomerToken.

typeId: "customer-password-token"