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

    Interface EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom

    The identity object for custom identity providers.

    interface EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom {
        connection: string;
        user_id: EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomUserId;
        profileData?: EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomProfileData;
        provider: "custom";
        isSocial: boolean;
    }
    Index

    Properties

    connection: string

    Name of the connection containing this identity.

    provider: "custom"
    isSocial: boolean