2 writes to AuthenticationScheme
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1112
AuthenticationScheme
= authenticationScheme;
1117
AuthenticationScheme
= authenticationScheme;
1 reference to AuthenticationScheme
Microsoft.AspNetCore.Authentication.Test (1)
JwtBearerTests.cs (1)
1153
return new ClaimsPrincipal(new ClaimsIdentity(claims,
AuthenticationScheme
));