@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerPasswordTokenCreatedMessagePayload

    Generated after a successful Create password reset token for Customer or Create password reset token for Customer in Store request. The resource property of the Message is a CustomerPasswordTokenReference.

    interface CustomerPasswordTokenCreatedMessagePayload {
        customerId: string;
        expiresAt: string;
        invalidateOlderTokens: boolean;
        type: "CustomerPasswordTokenCreated";
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerId: string

    Unique identifier of the Customer.

    expiresAt: string

    Date and time (UTC) the password token expires.

    invalidateOlderTokens: boolean

    If true, all password tokens issued previously for the Customer are invalidated.

    type: "CustomerPasswordTokenCreated"
    value?: string

    Value of the token, present only if the token's validity is 60 minutes or less.