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