OpenIdConnectConfiguration.IntrospectionEndpoint Property

Definition

Gets or sets the 'introspection_endpoint'.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("introspection_endpoint")]
public string IntrospectionEndpoint { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("introspection_endpoint")>]
member this.IntrospectionEndpoint : string with get, set
Public Property IntrospectionEndpoint As String

Property Value

Attributes

Applies to