Compartilhar via


ApplicationInner.KnownClientApplications Propriedade

Definição

Obtém ou define aplicativos cliente que estão vinculados a esse aplicativo de recurso. Consentimento para qualquer um dos aplicativos cliente conhecidos resultará em consentimento implícito ao aplicativo de recurso por meio de uma caixa de diálogo de consentimento combinados (mostrando os escopos de permissão OAuth exigidos pelo cliente e pelo recurso).

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a