1 write to OnRedirectToLogin
IdentitySample.PasskeyUI (1)
Program.cs (1)
24
options.Events.
OnRedirectToLogin
= options =>
1 reference to OnRedirectToLogin
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationEvents.cs (1)
166
public virtual Task RedirectToLogin(RedirectContext<CookieAuthenticationOptions> context) =>
OnRedirectToLogin
(context);