Бөлісу құралы:


ITwitterAuthenticationProvider.ApplyRedirect Method (TwitterApplyRedirectContext)

 

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

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

Syntax

void ApplyRedirect(
    TwitterApplyRedirectContext context
)
void ApplyRedirect(
    TwitterApplyRedirectContext^ context
)
abstract ApplyRedirect : 
        context:TwitterApplyRedirectContext -> unit
Sub ApplyRedirect (
    context As TwitterApplyRedirectContext
)

Parameters

See Also

ITwitterAuthenticationProvider Interface
Microsoft.Owin.Security.Twitter Namespace

Return to top