Back to Node Auth0

Variable ClientOidcBackchannelLogoutInitiatorsEnumConst

docs/variables/management.Management.ClientOidcBackchannelLogoutInitiatorsEnum.html

5.9.11.3 KB
Original Source

Variable ClientOidcBackchannelLogoutInitiatorsEnumConst

ClientOidcBackchannelLogoutInitiatorsEnum: {
RpLogout: "rp-logout";
IdpLogout: "idp-logout";
PasswordChanged: "password-changed";
SessionExpired: "session-expired";
SessionRevoked: "session-revoked";
AccountDeleted: "account-deleted";
EmailIdentifierChanged: "email-identifier-changed";
MfaPhoneUnenrolled: "mfa-phone-unenrolled";
AccountDeactivated: "account-deactivated";
} = ...

The selected_initiators property contains the list of initiators to be enabled for the given application.

Type Declaration

ReadonlyRpLogout: "rp-logout"
ReadonlyIdpLogout: "idp-logout"
ReadonlyPasswordChanged: "password-changed"
ReadonlySessionExpired: "session-expired"
ReadonlySessionRevoked: "session-revoked"
ReadonlyAccountDeleted: "account-deleted"
ReadonlyEmailIdentifierChanged: "email-identifier-changed"
ReadonlyMfaPhoneUnenrolled: "mfa-phone-unenrolled"
ReadonlyAccountDeactivated: "account-deactivated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark