Back to Node Auth0

Interface EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom

docs/interfaces/management.Management.EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom.html

5.9.11.8 KB
Original Source

Interface EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom

The identity object for custom identity providers.

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

Index

Properties

connectionuser_idprofileData?providerisSocial

Properties

connection

connection: string

Name of the connection containing this identity.

user_id

user_id: EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomUserId

OptionalprofileData

profileData?: EventStreamCloudEventUserCreatedObjectIdentitiesItemCustomProfileData

provider

provider: "custom"

isSocial

isSocial: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionuser_idprofileDataproviderisSocial