Table of Contents

Class OidcLogoutConfig

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OidcLogoutConfig
Inheritance
OidcLogoutConfig
Inherited Members

Properties

BackchannelLogoutInitiators

The OIDC Back-Channel Logout Initiators for the client.

[JsonProperty("backchannel_logout_initiators")]
public BackchannelLogoutInitiators BackchannelLogoutInitiators { get; set; }

Property Value

BackchannelLogoutInitiators

BackchannelLogoutUrls

The supported backchannel logout URLs for the client.

[JsonProperty("backchannel_logout_urls")]
public string[] BackchannelLogoutUrls { get; set; }

Property Value

string[]