2 references to UserInformationReceived
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Events\UserInformationReceivedContext.cs (1)
12
/// A context for <see cref="OpenIdConnectEvents.
UserInformationReceived
(UserInformationReceivedContext)"/>.
OpenIdConnectHandler.cs (1)
1344
await Events.
UserInformationReceived
(context);