다음을 통해 공유


OpenIdConnectConfiguration.PromptValuesSupported Property

Definition

Gets the collection of 'prompt_values_supported'

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

Property Value

Attributes

Applies to