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