OptionalClaims.IdToken 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 optional claims requested to be included in the id token.
[Newtonsoft.Json.JsonProperty(PropertyName="idToken")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OptionalClaim> IdToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="idToken")>]
member this.IdToken : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OptionalClaim> with get, set
Public Property IdToken As IList(Of OptionalClaim)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute