Share via


TwitterLoginAuthenticationProvider Class

 

Provides a specialized TwitterAuthenticationProvider used by the TwitterLoginProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Twitter.TwitterAuthenticationProvider
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.TwitterLoginAuthenticationProvider

Syntax

public class TwitterLoginAuthenticationProvider : TwitterAuthenticationProvider
public ref class TwitterLoginAuthenticationProvider : TwitterAuthenticationProvider
type TwitterLoginAuthenticationProvider = 
    class
        inherit TwitterAuthenticationProvider
    end
Public Class TwitterLoginAuthenticationProvider
    Inherits TwitterAuthenticationProvider

Constructors

Name Description
System_CAPS_pubmethod TwitterLoginAuthenticationProvider()

Properties

Name Description
System_CAPS_pubproperty OnApplyRedirect

(Inherited from TwitterAuthenticationProvider.)

System_CAPS_pubproperty OnAuthenticated

(Inherited from TwitterAuthenticationProvider.)

System_CAPS_pubproperty OnReturnEndpoint

(Inherited from TwitterAuthenticationProvider.)

Methods

Name Description
System_CAPS_pubmethod ApplyRedirect(TwitterApplyRedirectContext)

(Inherited from TwitterAuthenticationProvider.)

System_CAPS_pubmethod Authenticated(TwitterAuthenticatedContext)

(Overrides TwitterAuthenticationProvider.Authenticated(TwitterAuthenticatedContext).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReturnEndpoint(TwitterReturnEndpointContext)

(Inherited from TwitterAuthenticationProvider.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace

Return to top