Microsoft.AspNetCore.Authentication.Facebook Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.