26 writes to Events
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthOptions.cs (1)
19Events = new OAuthEvents();
Microsoft.AspNetCore.Authentication.Test (19)
FacebookTests.cs (1)
100o.Events = new OAuthEvents
GoogleTests.cs (11)
330o.Events = new OAuthEvents 392o.Events = redirect ? new OAuthEvents() 427o.Events = new OAuthEvents() 458o.Events = new OAuthEvents() 503o.Events = redirect ? new OAuthEvents() 611o.Events = redirect ? new OAuthEvents() 664o.Events = redirect ? new OAuthEvents() 708o.Events = new OAuthEvents 750o.Events = new OAuthEvents 785o.Events = new OAuthEvents() 843o.Events = new OAuthEvents()
MicrosoftAccountTests.cs (2)
60o.Events = new OAuthEvents 230o.Events = new OAuthEvents
OAuthTests.cs (5)
339opt.Events = new OAuthEvents() 374opt.Events = new OAuthEvents() 410opt.Events = new OAuthEvents() 460opt.Events = new OAuthEvents() 503opt.Events = new OAuthEvents()
SocialSample (6)
Startup.cs (6)
54o.Events = new OAuthEvents() 70o.Events = new OAuthEvents() 107o.Events = new OAuthEvents() 131o.Events = new OAuthEvents 162o.Events = new OAuthEvents() 192o.Events = new OAuthEvents
6 references to Events
Identity.ExternalClaims (1)
Startup.cs (1)
51o.Events.OnCreatingTicket = ctx =>
Microsoft.AspNetCore.Authentication.Test (5)
FacebookTests.cs (1)
49Assert.NotNull(options.Events);
GoogleTests.cs (1)
49Assert.NotNull(options.Events);
MicrosoftAccountTests.cs (1)
50Assert.NotNull(options.Events);
OAuthTests.cs (2)
38Assert.NotNull(options.Events); 313opt.Events.OnRemoteFailure = context => throw new InvalidOperationException("This event should not be called.");