Back to Node Auth0

Variable EventStreamCloudEventConnectionDeletedObject4OptionsSetUserRootAttributesEnumConst

docs/variables/management.Management.EventStreamCloudEventConnectionDeletedObject4OptionsSetUserRootAttributesEnum.html

6.0.01.1 KB
Original Source
  • management
  • Management
  • EventStreamCloudEventConnectionDeletedObject4OptionsSetUserRootAttributesEnum

Variable EventStreamCloudEventConnectionDeletedObject4OptionsSetUserRootAttributesEnumConst

EventStreamCloudEventConnectionDeletedObject4OptionsSetUserRootAttributesEnum: {
OnEachLogin: "on_each_login";
OnFirstLogin: "on_first_login";
NeverOnLogin: "never_on_login";
} = ...

Controls how user profile root attributes (name, nickname, picture, etc.) are synchronized from the identity provider. 'on_each_login': updates on every authentication (default); 'on_first_login': sets attributes only during initial login, allowing independent updates afterward; 'never_on_login': never syncs from IdP, preserving locally-set values.

Type Declaration

ReadonlyOnEachLogin: "on_each_login"
ReadonlyOnFirstLogin: "on_first_login"
ReadonlyNeverOnLogin: "never_on_login"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark