Back to Node Auth0

Interface EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom

docs/interfaces/management.Management.EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom.html

5.9.11.8 KB
Original Source

Interface EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom

The identity object for custom identity providers.

interface EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom {
connection: string;
user_id: EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId;
profileData?: EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData;
provider: "custom";
isSocial: boolean;
}

Index

Properties

connectionuser_idprofileData?providerisSocial

Properties

connection

connection: string

Name of the connection containing this identity.

user_id

user_id: EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId

OptionalprofileData

profileData?: EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData

provider

provider: "custom"

isSocial

isSocial: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionuser_idprofileDataproviderisSocial