2 writes to HandlerType
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
38
scheme.
HandlerType
= typeof(THandler);
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationOptions.cs (1)
59
b.
HandlerType
= typeof(THandler);
3 references to HandlerType
Microsoft.AspNetCore.Authentication.Abstractions (3)
AuthenticationSchemeBuilder.cs (3)
44
if (
HandlerType
is null)
46
throw new InvalidOperationException($"{nameof(
HandlerType
)} must be configured to build an {nameof(AuthenticationScheme)}.");
49
return new AuthenticationScheme(Name, DisplayName,
HandlerType
);