FacebookAuthenticationProvider.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
public virtual void ApplyRedirect(
FacebookApplyRedirectContext context
)
public:
virtual void ApplyRedirect(
FacebookApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:FacebookApplyRedirectContext -> unit
override ApplyRedirect :
context:FacebookApplyRedirectContext -> unit
Public Overridable Sub ApplyRedirect (
context As FacebookApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.Facebook.FacebookApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
Implements
IFacebookAuthenticationProvider.ApplyRedirect(FacebookApplyRedirectContext)
See Also
FacebookAuthenticationProvider Class
Microsoft.Owin.Security.Facebook Namespace
Return to top