9 overrides of HandlerType
Microsoft.AspNetCore.Authentication.Test (9)
BearerTokenTests.cs (1)
12protected override Type HandlerType
CookieTests.cs (1)
28protected override Type HandlerType => typeof(CookieAuthenticationHandler);
FacebookTests.cs (1)
25protected override Type HandlerType => typeof(FacebookHandler);
GoogleTests.cs (1)
25protected override Type HandlerType => typeof(GoogleHandler);
JwtBearerTests.cs (1)
30protected override Type HandlerType => typeof(JwtBearerHandler);
JwtBearerTests_Handler.cs (1)
30protected override Type HandlerType => typeof(JwtBearerHandler);
MicrosoftAccountTests.cs (1)
26protected override Type HandlerType => typeof(MicrosoftAccountHandler);
OAuthTests.cs (1)
21protected override Type HandlerType => typeof(OAuthHandler<OAuthOptions>);
TwitterTests.cs (1)
24protected override Type HandlerType => typeof(TwitterHandler);
1 reference to HandlerType
Microsoft.AspNetCore.Authentication.Test (1)
SharedAuthenticationTests.cs (1)
545Assert.Equal(HandlerType, scheme.HandlerType);