Microsoft.Owin.Security.Facebook Namespace
The Microsoft.Owin.Security.Facebook namespace provides types related to Facebook authentication.
Classes
Class | Description | |
---|---|---|
![]() |
FacebookApplyRedirectContext | Context passed when a Challenge causes a redirect to authorize endpoint in the Facebook middleware |
![]() |
FacebookAuthenticatedContext | Contains information about the login session as well as the user ClaimsIdentity. |
![]() |
FacebookAuthenticationMiddleware | OWIN middleware for authenticating users using Facebook |
![]() |
FacebookAuthenticationOptions | Configuration options for FacebookAuthenticationMiddleware |
![]() |
FacebookAuthenticationProvider | Default IFacebookAuthenticationProvider implementation. |
![]() |
FacebookReturnEndpointContext | Provides context information to middleware providers. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IFacebookAuthenticationProvider | Specifies callback methods which the FacebookAuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
Return to top