4 writes to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
73set { base.Events = value; }
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
169set => base.Events = value;
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterOptions.cs (1)
76set => base.Events = value;
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
102set => base.Events = value;
4 references to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
72get { return (OAuthEvents)base.Events; }
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
168get => (OpenIdConnectEvents)base.Events;
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterOptions.cs (1)
75get => (TwitterEvents)base.Events;
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationOptions.cs (1)
101get => (WsFederationEvents)base.Events;