TokenResponse.Properties Property

Definition

Gets or sets extra propreties.

public Newtonsoft.Json.Linq.JObject Properties { get; set; }
member this.Properties : Newtonsoft.Json.Linq.JObject with get, set
Public Property Properties As JObject

Property Value

Newtonsoft.Json.Linq.JObject

The extra properties.

Applies to