Table of Contents

Class EventStreamCloudEventConnectionDeletedPreviousObject1OptionsConnectionSettings

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

OAuth 2.0 PKCE (Proof Key for Code Exchange) settings. PKCE enhances security for public clients by preventing authorization code interception attacks. 'auto' (recommended) uses the strongest method supported by the IdP.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Pkce

[JsonPropertyName("pkce")]
public EventStreamCloudEventConnectionDeletedPreviousObject1OptionsConnectionSettingsPkceEnum? Pkce { get; set; }

Property Value

EventStreamCloudEventConnectionDeletedPreviousObject1OptionsConnectionSettingsPkceEnum?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.