Delen via


JwtClaimChecks.AllowedClientApplications Property

Definition

Gets or sets the list of the allowed client applications.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to