OpenIdConnectConfiguration.AdditionalData Property

Definition

Overloads

AdditionalData

When deserializing from JSON any properties that are not defined will be placed here.

AdditionalData

When deserializing from JSON any properties that are not defined will be placed here.

[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> AdditionalData { get; }
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.AdditionalData : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property AdditionalData As IDictionary(Of String, Object)

Property Value

Attributes

Applies to