5 references to FacebookHandler
Microsoft.AspNetCore.Authentication.Facebook (4)
FacebookExtensions.cs (1)
65=> builder.AddOAuth<FacebookOptions, FacebookHandler>(authenticationScheme, displayName, configureOptions);
FacebookHandler.cs (2)
24/// Initializes a new instance of <see cref="FacebookHandler"/>. 33/// Initializes a new instance of <see cref="FacebookHandler"/>.
FacebookOptions.cs (1)
11/// Configuration options for <see cref="FacebookHandler"/>.
Microsoft.AspNetCore.Authentication.Test (1)
FacebookTests.cs (1)
25protected override Type HandlerType => typeof(FacebookHandler);