IFacebookAuthenticationProvider.ApplyRedirect Method (FacebookApplyRedirectContext)
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)
Syntax
void ApplyRedirect(
FacebookApplyRedirectContext context
)
void ApplyRedirect(
FacebookApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:FacebookApplyRedirectContext -> unit
Sub ApplyRedirect (
context As FacebookApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.Facebook.FacebookApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
See Also
IFacebookAuthenticationProvider Interface
Microsoft.Owin.Security.Facebook Namespace
Return to top