5 types derived from SharedAuthenticationTests
Microsoft.AspNetCore.Authentication.Test (5)
BearerTokenTests.cs (1)
8public class BearerTokenTests : SharedAuthenticationTests<BearerTokenOptions>
CookieTests.cs (1)
23public class CookieTests : SharedAuthenticationTests<CookieAuthenticationOptions>
JwtBearerTests.cs (1)
27public class JwtBearerTests : SharedAuthenticationTests<JwtBearerOptions>
JwtBearerTests_Handler.cs (1)
27public class JwtBearerTests_Handler : SharedAuthenticationTests<JwtBearerOptions>
RemoteAuthenticationTests.cs (1)
14public abstract class RemoteAuthenticationTests<TOptions> : SharedAuthenticationTests<TOptions> where TOptions : RemoteAuthenticationOptions