JwtAuthentication.Claims 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 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