Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UserInformationReceivedContext.User Property

Definition

Namespace:
Microsoft.AspNetCore.Authentication.OpenIdConnect
Assembly:
Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v1.0.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v1.1.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v10.0.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v2.0.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v2.1.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v2.2.0
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v3.0.3
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v3.1.18
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v5.0.9
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v6.0.6
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v7.0.5
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v8.0.19
Package:
Microsoft.AspNetCore.Authentication.OpenIdConnect v9.0.8
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs
Source:
UserInformationReceivedContext.cs

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 the user information payload.

public:
 property Newtonsoft::Json::Linq::JObject ^ User { Newtonsoft::Json::Linq::JObject ^ get(); void set(Newtonsoft::Json::Linq::JObject ^ value); };
public:
 property System::Text::Json::JsonDocument ^ User { System::Text::Json::JsonDocument ^ get(); void set(System::Text::Json::JsonDocument ^ value); };
public Newtonsoft.Json.Linq.JObject User { get; set; }
public System.Text.Json.JsonDocument User { get; set; }
member this.User : Newtonsoft.Json.Linq.JObject with get, set
member this.User : System.Text.Json.JsonDocument with get, set
Public Property User As JObject
Public Property User As JsonDocument

Property Value

Newtonsoft.Json.Linq.JObject

Applies to


Feedback

Was this page helpful?