Sdílet prostřednictvím


AuthorizationServerContract.ClientRegistrationEndpoint Property

Definition

Gets or sets optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientRegistrationEndpoint")]
public string ClientRegistrationEndpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientRegistrationEndpoint")>]
member this.ClientRegistrationEndpoint : string with get, set
Public Property ClientRegistrationEndpoint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to