TwitterAuthenticationMiddleware Class
OWIN middleware for authenticating users using Twitter
System::Object
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TwitterAuthenticationOptions>
Microsoft.Owin.Security.Twitter::TwitterAuthenticationMiddleware
Microsoft.Owin::OwinMiddleware
Microsoft.Owin.Security.Infrastructure::AuthenticationMiddleware<TwitterAuthenticationOptions>
Microsoft.Owin.Security.Twitter::TwitterAuthenticationMiddleware
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
The TwitterAuthenticationMiddleware type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Next | Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.) |
![]() | Options | Gets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.) |
| Name | Description | |
|---|---|---|
![]() | CreateHandler | Provides the AuthenticationHandler object for processing authentication-related requests. (Overrides AuthenticationMiddleware<TOptions>::CreateHandler().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Invoke | (Inherited from AuthenticationMiddleware<TOptions>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
