Chia sẻ qua


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

See Also

IFacebookAuthenticationProvider Interface
Microsoft.Owin.Security.Facebook Namespace

Return to top