ApplicationBase.KnownClientApplications Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET