FacebookAuthenticationProvider.ApplyRedirect Method

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

Namespace:  Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

public virtual void ApplyRedirect(
	FacebookApplyRedirectContext context
)

Parameters

context
Type: Microsoft.Owin.Security.Facebook.FacebookApplyRedirectContext
Contains redirect URI and AuthenticationProperties of the challenge

Implements

IFacebookAuthenticationProvider.ApplyRedirect(FacebookApplyRedirectContext)
Show: