Interface ResetPasswordOptions

Options for resetting a user's password.

interface ResetPasswordOptions {
    connection: string;
    email: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

connection: string

The name of the database connection of the user

email: string

The user's email

Generated using TypeDoc