OpenIdConnectConfiguration.GrantTypesSupported Property

Definition

Gets the collection of 'grant_types_supported'

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

Property Value

Attributes

Applies to