37 writes to Events
JwtSample (1)
Startup.cs (1)
43
options.
Events
= new JwtBearerEvents
Microsoft.AspNetCore.Authentication.Test (32)
JwtBearerTests.cs (16)
180
o.
Events
= new JwtBearerEvents
224
o.
Events
= new JwtBearerEvents()
400
options.
Events
= new JwtBearerEvents
487
options.
Events
= new JwtBearerEvents()
526
options.
Events
= new JwtBearerEvents()
556
options.
Events
= new JwtBearerEvents()
590
options.
Events
= new JwtBearerEvents()
627
options.
Events
= new JwtBearerEvents()
661
options.
Events
= new JwtBearerEvents()
699
options.
Events
= new JwtBearerEvents()
733
options.
Events
= new JwtBearerEvents()
771
o.
Events
= new JwtBearerEvents()
822
o.
Events
= new JwtBearerEvents()
849
o.
Events
= new JwtBearerEvents()
901
.AddJwtBearer("JwtAuthSchemaOne", o => { o.
Events
= jwtBearerEvents; o.UseSecurityTokenValidators = true; })
902
.AddJwtBearer("JwtAuthSchemaTwo", o => { o.
Events
= jwtBearerEvents; o.UseSecurityTokenValidators = true; });
JwtBearerTests_Handler.cs (16)
170
o.
Events
= new JwtBearerEvents
211
o.
Events
= new JwtBearerEvents()
371
options.
Events
= new JwtBearerEvents
456
options.
Events
= new JwtBearerEvents()
492
options.
Events
= new JwtBearerEvents()
518
options.
Events
= new JwtBearerEvents()
551
options.
Events
= new JwtBearerEvents()
588
options.
Events
= new JwtBearerEvents()
619
options.
Events
= new JwtBearerEvents()
654
options.
Events
= new JwtBearerEvents()
685
options.
Events
= new JwtBearerEvents()
720
o.
Events
= new JwtBearerEvents()
769
o.
Events
= new JwtBearerEvents()
795
o.
Events
= new JwtBearerEvents()
846
.AddJwtBearer("JwtAuthSchemaOne", o => { o.
Events
= jwtBearerEvents; })
847
.AddJwtBearer("JwtAuthSchemaTwo", o => { o.
Events
= jwtBearerEvents; });
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
3216
options.
Events
= new JwtBearerEvents
3378
options.
Events
= new JwtBearerEvents
Microsoft.AspNetCore.SignalR.Tests (1)
Startup.cs (1)
52
options.
Events
= new JwtBearerEvents
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
69
options.
Events
= new JwtBearerEvents