Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies callback methods which the FacebookAuthenticationMiddleware invokes to enable developer control over the authentication process. />
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public interface IFacebookAuthenticationProvider
public interface class IFacebookAuthenticationProvider
type IFacebookAuthenticationProvider = interface end
Public Interface IFacebookAuthenticationProvider
Methods
Name | Description | |
---|---|---|
![]() |
ApplyRedirect(FacebookApplyRedirectContext) | Called when a Challenge causes a redirect to authorize endpoint in the Facebook middleware |
![]() |
Authenticated(FacebookAuthenticatedContext) | Invoked whenever Facebook succesfully authenticates a user |
![]() |
ReturnEndpoint(FacebookReturnEndpointContext) | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
See Also
Microsoft.Owin.Security.Facebook Namespace
Return to top