Back to Node Auth0

Interface EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom

docs/interfaces/management.Management.EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom.html

5.9.11.8 KB
Original Source

Interface EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom

The identity object for custom identity providers.

interface EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom {
connection: string;
user_id: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId;
profileData?: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomProfileData;
provider: "custom";
isSocial: boolean;
}

Index

Properties

connectionuser_idprofileData?providerisSocial

Properties

connection

connection: string

Name of the connection containing this identity.

user_id

user_id: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId

OptionalprofileData

profileData?: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomProfileData

provider

provider: "custom"

isSocial

isSocial: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionuser_idprofileDataproviderisSocial