5 references to Events
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
63await Events.CreatingTicket(context);
Microsoft.AspNetCore.Authentication.Google (1)
GoogleHandler.cs (1)
60await Events.CreatingTicket(context);
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
56await Events.CreatingTicket(context);
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (2)
257await Events.CreatingTicket(context); 277await Events.RedirectToAuthorizationEndpoint(redirectContext);