2 overrides of UserInformationReceived
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1199public override Task UserInformationReceived(UserInformationReceivedContext context)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1199public 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)
1233await Events.UserInformationReceived(context);
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1202return base.UserInformationReceived(context);
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1202return base.UserInformationReceived(context);