Microsoft.Owin.Security.Facebook Namespace

 

The Microsoft.Owin.Security.Facebook namespace provides types related to Facebook authentication.

Classes

Class Description
System_CAPS_pubclass FacebookApplyRedirectContext

Context passed when a Challenge causes a redirect to authorize endpoint in the Facebook middleware

System_CAPS_pubclass FacebookAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

System_CAPS_pubclass FacebookAuthenticationMiddleware

OWIN middleware for authenticating users using Facebook

System_CAPS_pubclass FacebookAuthenticationOptions

Configuration options for FacebookAuthenticationMiddleware

System_CAPS_pubclass FacebookAuthenticationProvider

Default IFacebookAuthenticationProvider implementation.

System_CAPS_pubclass FacebookReturnEndpointContext

Provides context information to middleware providers.

Interfaces

Interface Description
System_CAPS_pubinterface IFacebookAuthenticationProvider

Specifies callback methods which the FacebookAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Return to top