4 types derived from RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthEvents.cs (1)
9public class OAuthEvents : RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Events\OpenIdConnectEvents.cs (1)
9public class OpenIdConnectEvents : RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterEvents.cs (1)
9public class TwitterEvents : RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationEvents.cs (1)
9public class WsFederationEvents : RemoteAuthenticationEvents
1 instantiation of RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
62=> Task.FromResult<object>(new RemoteAuthenticationEvents());
4 references to RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication (4)
RemoteAuthenticationHandler.cs (2)
34protected new RemoteAuthenticationEvents Events 36get { return (RemoteAuthenticationEvents)base.Events!; }
RemoteAuthenticationOptions.cs (2)
122public new RemoteAuthenticationEvents Events 124get => (RemoteAuthenticationEvents)base.Events!;