2 overrides of CreateEventsAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
61protected override Task<object> CreateEventsAsync()
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
80protected override Task<object> CreateEventsAsync() => Task.FromResult<object>(new CookieAuthenticationEvents());
1 reference to CreateEventsAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
176Events ??= await CreateEventsAsync();