2 overrides of UserInformationReceived
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1199
public override Task
UserInformationReceived
(UserInformationReceivedContext context)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1199
public override Task
UserInformationReceived
(UserInformationReceivedContext context)
4 references to UserInformationReceived
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Events\UserInformationReceivedContext.cs (1)
12
/// A context for <see cref="OpenIdConnectEvents.
UserInformationReceived
(UserInformationReceivedContext)"/>.
OpenIdConnectHandler.cs (1)
1343
await Events.
UserInformationReceived
(context);
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1202
return base.
UserInformationReceived
(context);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1202
return base.
UserInformationReceived
(context);