1 type derived from RemoteAuthenticationEvents
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthEvents.cs (1)
9public class OAuthEvents : 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!;