OpenIdConnectConfiguration.AcrValuesSupported Property

Definition

Gets the collection of 'acr_values_supported'

[System.Text.Json.Serialization.JsonPropertyName("acr_values_supported")]
public System.Collections.Generic.ICollection<string> AcrValuesSupported { get; }
[<System.Text.Json.Serialization.JsonPropertyName("acr_values_supported")>]
member this.AcrValuesSupported : System.Collections.Generic.ICollection<string>
Public ReadOnly Property AcrValuesSupported As ICollection(Of String)

Property Value

Attributes

Applies to