OpenIdConnectConfiguration.TokenEndpointAuthMethodsSupported Property

Definition

Gets the collection of 'token_endpoint_auth_methods_supported'.

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

Property Value

Attributes

Applies to