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