4 references to AddScheme
Microsoft.AspNetCore.Authentication (2)
AuthenticationBuilder.cs (2)
81=> AddScheme<TOptions, THandler>(authenticationScheme, displayName: null, configureOptions: configureOptions); 98return AddScheme<TOptions, THandler>(authenticationScheme, displayName, configureOptions: configureOptions);
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieExtensions.cs (1)
81return builder.AddScheme<CookieAuthenticationOptions, CookieAuthenticationHandler>(authenticationScheme, displayName, configureOptions);
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
144.AddScheme<AuthenticationSchemeOptions, CompositeIdentityHandler>(IdentityConstants.BearerAndApplicationScheme, null, compositeOptions =>