Class ClientTokenExchangeConfigurationOrNull
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for token exchange.
[Serializable]
public record ClientTokenExchangeConfigurationOrNull : IJsonOnDeserialized, IEquatable<ClientTokenExchangeConfigurationOrNull>
- Inheritance
-
ClientTokenExchangeConfigurationOrNull
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AllowAnyProfileOfType
List the enabled token exchange types for this client.
[JsonPropertyName("allow_any_profile_of_type")]
public IEnumerable<ClientTokenExchangeTypeEnum>? AllowAnyProfileOfType { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.