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.
The Microsoft.Owin.Security.Twitter namespace contains types related to Twitter authentication.
Classes
Class | Description | |
---|---|---|
![]() |
TwitterApplyRedirectContext | Context passed when a Challenge causes a redirect to authorize endpoint in the Twitter middleware |
![]() |
TwitterAuthenticatedContext | Contains information about the login session as well as the user ClaimsIdentity. |
![]() |
TwitterAuthenticationMiddleware | OWIN middleware for authenticating users using Twitter |
![]() |
TwitterAuthenticationOptions | Options for the Twitter authentication middleware. |
![]() |
TwitterAuthenticationProvider | Default ITwitterAuthenticationProvider implementation. |
![]() |
TwitterReturnEndpointContext | Provides context information to middleware providers. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
ITwitterAuthenticationProvider | Specifies callback methods which the TwitterAuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
Return to top