Represents the credentials used for recovery or customer onboarding.

interface CustomerCredentials {
    password: string;
}

Properties

Properties

password: string

The customer's password.