Class BackchannelLogoutInitiators
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BackchannelLogoutInitiators
- Inheritance
-
BackchannelLogoutInitiators
- Inherited Members
Properties
Mode
The mode property determines the configuration method for enabling initiators.
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("mode")]
public LogoutInitiatorModes Mode { get; set; }
Property Value
SelectedInitiators
The Selected Initiators are the logout initiators to be enabled for the client.
[JsonProperty("selected_initiators", ItemConverterType = typeof(StringEnumConverter))]
public LogoutInitiators[] SelectedInitiators { get; set; }