Microsoft.Owin.Security.Twitter Namespace

 

The Microsoft.Owin.Security.Twitter namespace contains types related to Twitter authentication.

Classes

Class Description
System_CAPS_pubclass TwitterApplyRedirectContext

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

System_CAPS_pubclass TwitterAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

System_CAPS_pubclass TwitterAuthenticationMiddleware

OWIN middleware for authenticating users using Twitter

System_CAPS_pubclass TwitterAuthenticationOptions

Options for the Twitter authentication middleware.

System_CAPS_pubclass TwitterAuthenticationProvider

Default ITwitterAuthenticationProvider implementation.

System_CAPS_pubclass TwitterReturnEndpointContext

Provides context information to middleware providers.

Interfaces

Interface Description
System_CAPS_pubinterface ITwitterAuthenticationProvider

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

Return to top