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