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