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