Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Variable ClientOidcBackchannelLogoutInitiatorsModeEnumConst

    ClientOidcBackchannelLogoutInitiatorsModeEnum: { Custom: "custom"; All: "all" } = ...

    The mode property determines the configuration method for enabling initiators. custom enables only the initiators listed in the selected_initiators array, all enables all current and future initiators.

    Type Declaration

    • ReadonlyCustom: "custom"
    • ReadonlyAll: "all"