Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface IResetPassword

    interface IResetPassword {
        email?: string;
        newPassword?: string;
        passwordStrength?: PasswordStrength;
        token?: string;
    }
    Index

    Properties

    email?: string

    User's email address.

    newPassword?: string

    New password to be set.

    passwordStrength?: PasswordStrength

    New password's strength indicator.

    token?: string

    Password reset token.