1 write to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
37
set { base.
Events
= value; }
4 references to Events
Microsoft.AspNetCore.Authentication (3)
RemoteAuthenticationHandler.cs (3)
120
await
Events
.RemoteFailure(errorContext);
156
await
Events
.TicketReceived(ticketContext);
297
await
Events
.AccessDenied(context);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
36
get { return (OAuthEvents)base.
Events
; }