Sdílet prostřednictvím


OpenIdConnectConfiguration.CodeChallengeMethodsSupported Property

Definition

Gets the collection of 'code_challenge_methods_supported'

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

Property Value

Attributes

Applies to