5 references to FacebookHandler
Microsoft.AspNetCore.Authentication.Facebook (4)
FacebookExtensions.cs (1)
65
=> builder.AddOAuth<FacebookOptions,
FacebookHandler
>(authenticationScheme, displayName, configureOptions);
FacebookHandler.cs (2)
23
/// Initializes a new instance of <see cref="
FacebookHandler
"/>.
32
/// 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)
25
protected override Type HandlerType => typeof(
FacebookHandler
);