ITwitterAuthenticationProvider::ApplyRedirect Method

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)

void ApplyRedirect(
	TwitterApplyRedirectContext^ context
)

Parameters

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