3 writes to Events
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationOptions.cs (1)
125set => base.Events = value;
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenOptions.cs (1)
73set { base.Events = value; }
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
102set => base.Events = value;
4 references to Events
Microsoft.AspNetCore.Authentication (2)
AuthenticationHandler.cs (1)
171Events = Options.Events;
RemoteAuthenticationOptions.cs (1)
124get => (RemoteAuthenticationEvents)base.Events!;
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenOptions.cs (1)
72get { return (BearerTokenEvents)base.Events!; }
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
101get => (CookieAuthenticationEvents)base.Events!;