Reference to a CustomerToken for password reset.

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

Hierarchy (View Summary)

Properties

Properties

id: string

Unique identifier of the referenced CustomerToken.

typeId: "customer-password-token"

Type of referenced resource.