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

    Interface ChangePasswordTicketIdentity

    The user's identity. If you set this value, you must also send the user_id parameter.

    interface ChangePasswordTicketIdentity {
        user_id: string;
        provider: "auth0";
        connection_id?: string;
    }
    Index

    Properties

    user_id: string

    user_id of the identity.

    provider: "auth0"
    connection_id?: string

    connection_id of the identity.