OAuthCreatingTicketContext.User 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 the JSON-serialized user or an empty JsonElement if it is not available.
public:
 property Newtonsoft::Json::Linq::JObject ^ User { Newtonsoft::Json::Linq::JObject ^ get(); };public:
 property System::Text::Json::JsonElement User { System::Text::Json::JsonElement get(); };public Newtonsoft.Json.Linq.JObject User { get; }public System.Text.Json.JsonElement User { get; }member this.User : Newtonsoft.Json.Linq.JObjectmember this.User : System.Text.Json.JsonElementPublic ReadOnly Property User As JObjectPublic ReadOnly Property User As JsonElement