Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ChangePasswordRequest

    interface ChangePasswordRequest {
        client_id?: string;
        email: string;
        connection: string;
        organization?: string;
    }
    Index

    Properties

    client_id?: string

    The client_id of your client. Use if you want to override the class's clientId

    email: string

    The user's email address.

    connection: string

    The name of the database configured to your client.

    organization?: string

    The organization_id of the Organization associated with the user.