TwitterAuthenticationMiddleware.CreateHandler Method ()
Provides the AuthenticationHandler object for processing authentication-related requests.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
protected override AuthenticationHandler<TwitterAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<TwitterAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<TwitterAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of TwitterAuthenticationOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<TwitterAuthenticationOptions>
An AuthenticationHandler configured with the TwitterAuthenticationOptions supplied to the constructor.
See Also
TwitterAuthenticationMiddleware Class
Microsoft.Owin.Security.Twitter Namespace
Return to top