1 instantiation of UserInformationReceivedContext
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
9 references to UserInformationReceivedContext
Microsoft.AspNetCore.Authentication.OpenIdConnect (7)
OpenIdConnectHandler.cs (3)
1078var userInformationReceivedContext = await RunUserInformationReceivedEventAsync(principal, properties, message, user);
1329private async Task<UserInformationReceivedContext> RunUserInformationReceivedEventAsync(ClaimsPrincipal principal, AuthenticationProperties properties, OpenIdConnectMessage message, JsonDocument user)
1333var context = new UserInformationReceivedContext(Context, Scheme, Options, principal, properties)
Microsoft.AspNetCore.Authentication.Test (2)