Table of Contents

Class ClientOidcBackchannelLogoutSessionMetadata

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Controls whether session metadata is included in the logout token. Default value is null.

[Serializable]
public record ClientOidcBackchannelLogoutSessionMetadata : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientOidcBackchannelLogoutSessionMetadata>
Inheritance
ClientOidcBackchannelLogoutSessionMetadata
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Include

The include property determines whether session metadata is included in the logout token.

[JsonPropertyName("include")]
public bool? Include { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.