Microsoft.Owin.Security.Twitter Namespace

Classes

  Class Description
Public class TwitterAuthenticatedContext Contains information about the login session as well as the user ClaimsIdentity.
Public class TwitterAuthenticationMiddleware OWIN middleware for authenticating users using Twitter
Public class TwitterAuthenticationOptions Options for the Twitter authentication middleware.
Public class TwitterAuthenticationProvider Default ITwitterAuthenticationProvider implementation.
Public class TwitterReturnEndpointContext Provides context information to middleware providers.

Interfaces

  Interface Description
Public interface ITwitterAuthenticationProvider Specifies callback methods which the TwitterAuthenticationMiddleware invokes to enable developer control over the authentication process. />