Share via


FacebookLoginAuthenticationProvider Class

 

Provides a specialized FacebookAuthenticationProvider used by the FacebookLoginProvider.

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.Facebook.FacebookAuthenticationProvider
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.FacebookLoginAuthenticationProvider

Syntax

public class FacebookLoginAuthenticationProvider : FacebookAuthenticationProvider
public ref class FacebookLoginAuthenticationProvider : FacebookAuthenticationProvider
type FacebookLoginAuthenticationProvider = 
    class
        inherit FacebookAuthenticationProvider
    end
Public Class FacebookLoginAuthenticationProvider
    Inherits FacebookAuthenticationProvider

Constructors

Name Description
System_CAPS_pubmethod FacebookLoginAuthenticationProvider()

Properties

Name Description
System_CAPS_pubproperty OnApplyRedirect

(Inherited from FacebookAuthenticationProvider.)

System_CAPS_pubproperty OnAuthenticated

(Inherited from FacebookAuthenticationProvider.)

System_CAPS_pubproperty OnReturnEndpoint

(Inherited from FacebookAuthenticationProvider.)

Methods

Name Description
System_CAPS_pubmethod ApplyRedirect(FacebookApplyRedirectContext)

(Inherited from FacebookAuthenticationProvider.)

System_CAPS_pubmethod Authenticated(FacebookAuthenticatedContext)

(Overrides FacebookAuthenticationProvider.Authenticated(FacebookAuthenticatedContext).)

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(FacebookReturnEndpointContext)

(Inherited from FacebookAuthenticationProvider.)

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