Sdílet prostřednictvím


ApplicationInner.KnownClientApplications Property

Definition

Gets or sets client applications that are tied to this resource application. Consent to any of the known client applications will result in implicit consent to the resource application through a combined consent dialog (showing the OAuth permission scopes required by the client and the resource).

[Newtonsoft.Json.JsonProperty(PropertyName="knownClientApplications")]
public System.Collections.Generic.IList<string> KnownClientApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="knownClientApplications")>]
member this.KnownClientApplications : System.Collections.Generic.IList<string> with get, set
Public Property KnownClientApplications As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to