Microsoft.AspNetCore.Authentication.Facebook Namespace
Contains types that support facebook OAuth based authentication.
Classes
FacebookDefaults |
Default values for the Facebook authentication handler. |
FacebookHandler |
Authentication handler for Facebook's OAuth based authentication. |
FacebookHelper |
Contains static methods that allow to extract user's information from a Newtonsoft.Json.Linq.JObject instance retrieved from Facebook after a successful authentication process. |
FacebookMiddleware |
An ASP.NET Core middleware for authenticating users using Facebook. |
FacebookOptions |
Configuration options for FacebookHandler. |
Remarks
For more information about using Facebook authentication, see Facebook, Google, and external provider authentication in ASP.NET Core.