OpenIdConnectConfiguration.ScopesSupported Property

Definition

Gets the collection of 'scopes_supported'

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

Property Value

Attributes

Applies to