IFacebookAuthenticationProvider::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)

void ApplyRedirect(
	FacebookApplyRedirectContext^ context
)

Parameters

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