Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public interface ITwitterAuthenticationProvider
public interface class ITwitterAuthenticationProvider
type ITwitterAuthenticationProvider = interface end
Public Interface ITwitterAuthenticationProvider
Methods
Name | Description | |
---|---|---|
![]() |
ApplyRedirect(TwitterApplyRedirectContext) | Called when a Challenge causes a redirect to authorize endpoint in the Twitter middleware |
![]() |
Authenticated(TwitterAuthenticatedContext) | Invoked whenever Twitter succesfully authenticates a user |
![]() |
ReturnEndpoint(TwitterReturnEndpointContext) | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
See Also
Microsoft.Owin.Security.Twitter Namespace
Return to top