TwitterAuthenticationMiddleware Class
OWIN middleware for authenticating users using Twitter
Inheritance Hierarchy
System.Object
Microsoft.Owin.OwinMiddleware
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<TwitterAuthenticationOptions>
Microsoft.Owin.Security.Twitter.TwitterAuthenticationMiddleware
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
'Declaration
Public Class TwitterAuthenticationMiddleware _
Inherits AuthenticationMiddleware(Of TwitterAuthenticationOptions)
'Usage
Dim instance As TwitterAuthenticationMiddleware
public class TwitterAuthenticationMiddleware : AuthenticationMiddleware<TwitterAuthenticationOptions>
public ref class TwitterAuthenticationMiddleware : public AuthenticationMiddleware<TwitterAuthenticationOptions^>
type TwitterAuthenticationMiddleware =
class
inherit AuthenticationMiddleware<TwitterAuthenticationOptions>
end
public class TwitterAuthenticationMiddleware extends AuthenticationMiddleware<TwitterAuthenticationOptions>
The TwitterAuthenticationMiddleware type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TwitterAuthenticationMiddleware | Initializes a TwitterAuthenticationMiddleware |
Top
Properties
Name | Description | |
---|---|---|
Next | Advances to the next OwinMiddleware instance. (Inherited from OwinMiddleware.) | |
Options | Gets or sets the authentication options. (Inherited from AuthenticationMiddleware<TOptions>.) |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.