IFacebookAuthenticationProvider Interface

 

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
System_CAPS_pubmethod ApplyRedirect(FacebookApplyRedirectContext)

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

System_CAPS_pubmethod Authenticated(FacebookAuthenticatedContext)

Invoked whenever Facebook succesfully authenticates a user

System_CAPS_pubmethod 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