OpenIdConnectConfiguration.RegistrationEndpoint Property

Definition

Gets or sets the 'registration_endpoint'

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

Property Value

Attributes

Applies to