8 writes to OnAuthorizationCodeReceived
Microsoft.AspNetCore.Authentication.Test (8)
OpenIdConnect\OpenIdConnectEventTests.cs (4)
214
events.
OnAuthorizationCodeReceived
= context =>
238
events.
OnAuthorizationCodeReceived
= context =>
263
events.
OnAuthorizationCodeReceived
= context =>
289
events.
OnAuthorizationCodeReceived
= context =>
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (4)
214
events.
OnAuthorizationCodeReceived
= context =>
238
events.
OnAuthorizationCodeReceived
= context =>
263
events.
OnAuthorizationCodeReceived
= context =>
289
events.
OnAuthorizationCodeReceived
= context =>
1 reference to OnAuthorizationCodeReceived
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Events\OpenIdConnectEvents.cs (1)
77
public virtual Task AuthorizationCodeReceived(AuthorizationCodeReceivedContext context) =>
OnAuthorizationCodeReceived
(context);