Share via


JwtAuthentication.Claims Property

Definition

Gets or sets list of additional token claims to be validated. Token must contains all claims and respective values for it to be valid.

[Newtonsoft.Json.JsonProperty(PropertyName="claims")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> Claims { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="claims")>]
member this.Claims : System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim> with get, set
Public Property Claims As IList(Of TokenClaim)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to