ITwitterAuthenticationProvider Interface

 

Specifies callback methods which the TwitterAuthenticationMiddleware invokes to enable developer control over the authentication process. />

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

public interface class ITwitterAuthenticationProvider

NameDescription
System_CAPS_pubmethodApplyRedirect(TwitterApplyRedirectContext^)

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

System_CAPS_pubmethodAuthenticated(TwitterAuthenticatedContext^)

Invoked whenever Twitter succesfully authenticates a user

System_CAPS_pubmethodReturnEndpoint(TwitterReturnEndpointContext^)

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

Return to top
Show: