OpenIdConnectConfiguration.UserInfoEndpoint Property

Definition

Gets or sets the 'user_info_endpoint'.

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

Property Value

Attributes

Applies to