UserInformationReceivedContext Class

Namespace
Microsoft.AspNetCore.Authentication.OpenIdConnect
Assemblies
  • Microsoft.AspNetCore.Authentication.OpenIdConnect

Syntax

public class UserInformationReceivedContext : BaseOpenIdConnectContext
class Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext

Constructors

UserInformationReceivedContext(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Builder.OpenIdConnectOptions)
public UserInformationReceivedContext(HttpContext context, OpenIdConnectOptions options)

Properties

Microsoft.AspNetCore.Authentication.OpenIdConnect.UserInformationReceivedContext.User
Return type:Newtonsoft.Json.Linq.JObject
public JObject User { get; set; }