20 writes to OnUserInformationReceived
Microsoft.AspNetCore.Authentication.Test (20)
OpenIdConnect\OpenIdConnectEventTests.cs (10)
536events.OnUserInformationReceived = context => 562events.OnUserInformationReceived = context => 589events.OnUserInformationReceived = context => 617events.OnUserInformationReceived = context => 649events.OnUserInformationReceived = context => 681events.OnUserInformationReceived = context => 714events.OnUserInformationReceived = context => 748events.OnUserInformationReceived = context => 842events.OnUserInformationReceived = context => 879events.OnUserInformationReceived = context =>
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (10)
536events.OnUserInformationReceived = context => 562events.OnUserInformationReceived = context => 589events.OnUserInformationReceived = context => 617events.OnUserInformationReceived = context => 649events.OnUserInformationReceived = context => 681events.OnUserInformationReceived = context => 714events.OnUserInformationReceived = context => 748events.OnUserInformationReceived = context => 842events.OnUserInformationReceived = context => 879events.OnUserInformationReceived = context =>
1 reference to OnUserInformationReceived
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Events\OpenIdConnectEvents.cs (1)
115public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);