IFacebookAuthenticationProvider Interface
Specifies callback methods which the FacebookAuthenticationMiddleware invokes to enable developer control over the authentication process. />
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
| 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. |
Show:
